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 delete a row in sql?
What is difference between function and trigger?
What is the use of sql trace?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
What is microsoft t sql?
Why procedure is used in sql?
Why cross join is used?
What are functions in sql?
What is a parameter query?
How do I enable sql encryption?
what is the difference between join and union? : Sql dba
Can we insert data into view?
Cite the differences between execution of triggers and stored procedures?
Explain isolation levels. : Transact sql
What is the difference between Union and Union all. Which is faster.