how to retrieve the top 3 salaries of the table using rownum
Answer Posted / manoj tcs
select * from (select * from emp order by sal desc)
where rownum < 4;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is sql similar to python?
What is a boolean in sql?
Can function return multiple values in sql?
Where do we use pl sql?
Mention what is the plv (pl/vision) package offers?
What are the types of keys?
What is the need of merge statement?
How to run pl sql program in mysql?
What are the most important characteristics of pl/sql?
What are the different tcl commands in sql?
what is table? : Sql dba
What is dbo in sql?
How do I find sql profiler?
Can cursors be part of a trigger body?
How to create a menu in sqlplus or pl/sql?