how to retrieve the top 3 salaries of the table using rownum
Answer Posted / ashwinee
select empnumber
from emp
where rownmum < 4 and salary in (select salary
from emp
order by salary desc)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What is rename in sql?
What types of commands can be executed in sql*plus?
Can we use delete in merge statement?
Is not equal in sql?
Why do we use %rowtype & %type in plsql?
How do I access sql anywhere database?
How many types of sql are there?
what are the join types in tsql? : Transact sql
How do rank () and dense_rank () differ?
What is user defined functions?
What found sql?
Is sql a backend language?
What is difference between pl and sql?
What are the topics in pl sql?