find out the third highest salary?

Answer Posted / akshita

select * from (select e.*,rownum r from (select distinct
sal from emp order by sal desc) e) where r = 3

Is This Answer Correct ?    43 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How index is implemented in oracle database?

583


What is a nvl function? How can it be used?

551


In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??

1201


State and explain the different types of data models?

525


Explain the difference between sap and oracle?

567






How to create a table index?

552


Why do you create or replace procedures rather that drop and recreate.

537


How to loop through a cursor variable?

557


types of indexes and the rationale behind choosing a particular index for a situation.

1974


What is meant by joins? List out the types of joins.

515


how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....

1581


How to convert a date to char in oracle? Give one example.

581


What is the data pump import utility?

573


How to use attributes of the implicit cursor in oracle?

553


Define oracle database

588