Answer Posted / sasi
select * from
(select sal,rank() over (order by sal desc) emprank from emp)
where emprank<=3
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does a trigger work?
What are the commands used in sql?
what are sequences
Compare sql & pl/sql
What is a dynamic query?
What are different clauses used in sql?
Define commit, rollback and savepoint?
What are the types of join and explain each?
What is t sql used for?
Is pl sql useful?
What are the parts of a sql statement?
what is the syntax for using sql_variant_property? : Transact sql
What is pl sql commands?
What is set transaction?
Can we insert data in view?