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 / prativa mishra
SELECT * FROM TABLE_NAME WHERE ROWNUM=1
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the process of debugging?
What is natural join in sql?
What is cursor and why it is required?
How do I count records in sql?
Is it possible to pass parameters to triggers?
How to load data with sql*loader?
What is partition in sql query?
Can we write ddl statements in functions?
How do I upgrade sql?
difference between anonymous blocks and sub-programs.
What is cursor status?
what is bcp? When is it used?
What are predefined functions in sql?
What are the most important characteristics of pl/sql?
What is difference between sql and mysql?