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 does truncate mean in sql?
Explain the working of foreign key?
Does truncate release storage space?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
What is lexical units in pl sql?
What are all ddl commands?
Explain the uses of a database trigger?
What is a unique key and primary key and foreign key?
What is db journal file?
Can we rollback truncate?
What is the difference between a database and a relational database?
What are three advantages to using sql?
What is a trigger in sql?
What is constant in pl sql?
What are the triggers associated with image items?