how to check the 3rd max salary from an employee table?
Answer Posted / akula
select min(sal) from(select distinct(sal) from emp order by sal desc) where rownum<=3;
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is forward declaration in pl sql?
What is native sql query?
what is the difference between inner and outer join? Explain with example. : Sql dba
Is primary key is clustered index?
Is postgresql a nosql database?
What is a nested table in word?
What is sql*loader and what is it used for? : aql loader
What is nosql db?
what is an extent ? : Sql dba
What is trigger with example?
How does join work in sql?
Mention what pl/sql package consists of?
How do you modify a table in sql?
Can procedure in package be overloaded?
What is difference between db2 and sql?