how to check the 3rd max salary from an employee table?
Answer Posted / arjun
select min(sal) from (select sal from (select distinct(sal)
from emp order by sal desc) where rownum<4)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how to select first 5 records from a table? : Sql dba
What is sql and db2?
What are the string functions in sql?
What is pl sql block in dbms?
What is the difference between sql and mysql?
How do I install microsoft sql?
Define commit, rollback and savepoint?
Advantages and disadvantages of stored procedure?
what is normalization? : Sql dba
what is rdbms? : Sql dba
how can I make a script that can be bi-language (supports english, german)? : Sql dba
How do you change a value in sql?
How do I use google cloud in sql?
What is dynamic sql in pl sql?
What is the sql case statement?