Answer Posted / krish
select * from(select * from emp order by rowid desc)where
rownum=5;
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How do you rename a table in sql?
How do you define a foreign key?
What does dml mean?
What is basic structure of pl sql?
How to move files from one directory to another in pl sql?
What are triggers and its uses?
What is oracle sql developer?
What is a sql trace file?
Who developed sql?
What is the usage of distinct keyword?
What is clause?
define join and explain different type of joins? : Sql dba
What is the difference between an inner and outer join?
how to present a past time in hours, minutes and seconds? : Sql dba
Is primary key always clustered index?