Find out the 3rd highest salary?
Answer Posted / xyz
select a.sal from (select distinct(sal) from emp order by
sal desc)a where rownum=3
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is the size of partition table?
explain advantages of myisam over innodb? : Sql dba
How does sql*loader handles newline characters in a record? : aql loader
What is the difference between between and in condition operators?
What is a recursive stored procedure?
what is a cursor? : Sql dba
What is package in pl sql?
How do I run sql?
what is the different between now() and current_date()? : Sql dba
Is hadoop a nosql?
How do I kill a query in postgresql?
What is a table partition?
How can you tell the difference between an index and a view?
Why do we use subquery?
what is a database lock ? : Sql dba