How to get employee name from employee table which is the
fiveth highest salary of the table
Answer Posted / mrunali
select name from (select e.*, dense_rank() over (order by salary desc nulls last)as rn from emp e) where rn=5
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why use triggers in sql?
Does sql backup shrink transaction log?
Write a query to find the names of users that begin with "um" in sql?
Is sql pronounced sequel or sql?
How much ram can sql express use?
How can I see all tables in sql?
Why is pl sql needed?
What is sql and explain its components?
how to show all tables with 'mysql'? : Sql dba
Can unique keys be null?
Can sql developer connect to db2?
Explain architecture of sql server notification services?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
What are the possible values that can be stored in a boolean data field?
What is spool?