how to retrieve the top 3 salaries of the table using rownum
Answer Posted / debbie
select * from (select sal from emp order by sal desc)
where rownum<=3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which types of join is used in sql widely? : Sql dba
Does oracle roll back the transaction on an error?
What does dml mean?
Is pl sql a scripting language?
What is thread join () in threading?
what are the differences between binary and varbinary? : Sql dba
What is sequence in sql?
how many groups of data types? : Sql dba
What found sql?
What steps server process has to take to execute an update statement?
What is rownum?
What does subquery mean in sql?
What is the difference between sum and count in sql?
How do I run a sql query?
Explain the difference between drop and truncate commands in sql?