find out the third highest salary?

Answer Posted / joel

select sal from emp
where sal<(select max(sal) from emp
where sal in (select sal from emp
where sal < ( select max(sal) from emp)))

Is This Answer Correct ?    6 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the meaning of recursive hints in oracle?

532


Explain what are synonyms used for?

610


Can multiple columns be used in group by in oracle?

549


Why do we use bulk collect in oracle?

571


How different is ms access and oracle?

547






What is an external table?

588


What are the major difference between truncate and delete?

519


What are the common oracle dba tasks?

625


What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.

653


How to rebuild an index in oracle?

556


Where is the export dump file located?

575


Which environment variables are absolutely critical in order to run the OUI?

1658


Explain the importance of .pll extension in oracle?

555


how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?

1829


What is a user role in oracle?

613