how to check the 3rd max salary from an employee table?

Answer Posted / manish_patil

select sal from emp_sal where rownum = 3 order by sal desc

Is This Answer Correct ?    6 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?

732


What is the need of merge statement?

568


what is clause? : Sql dba

612


Can we join same table in sql?

553


Explain spool.

711






What is trigger explain with example?

569


How many scalar data types are supported in pl/sql?

540


What does (+) mean in sql joins?

541


What do you understand by pl/sql cursors?

560


What is the difference between clustered and non-clustered index in sql?

536


Are null values same as that of zero or a blank space?

545


Is delete faster than truncate?

565


What is difference between my sql and sql?

545


Is sql the best database?

525


Can we use ddl commands in pl sql?

571