table structure:
----------------
col1 col2
----- -----
01-mar-2012 11:12:46 01-mar-2012 11:12:10
01-mar-2012 11:12:46 01-mar-2012 11:11:23
Write a query to display the result as shown below:
col1 col2
----- -----
01-mar-2012 11:12:46 01-mar-2012 11:12:10
Answer Posted / hai
select * from table_name where rownum<2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a heap in sql?
what are local and global variables and their differences? : Sql dba
What is the difference between partitioning and sharding?
What is update query?
What is the difference between union and union all command?
What are pl/sql packages?
What is meant by cursor in sql?
Where not exists in sql?
How do I turn a list into a table?
What is a database trigger?
how to fetch common records from two tables? : Sql dba
What is crud stand for?
Is sql open source?
What is the life of an sql statement?
Which is faster truncate or drop?