find out the third highest salary?

Answer Posted / hanumantha r challa

select * from emp a where &n=(select count(b.sal) from emp
b where b.sal>=a.sal);

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create an oracle testing table?

603


Explain the types of exception?

660


What is a table index in oracle?

648


How do I know if oracle is installed on windows?

495


Explain how are indexes update?

632






What are the ways tablespaces can be managed and how do they differ?

1628


How will you identify oracle database software release?

531


How can I introduce multiple conditions in like operator?

562


Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.

1371


How to delete a column in an existing table in oracle?

609


What is memory advisor in Oracle?

647


What is index-organized table in Oracle?

581


Explain database link?

674


Give the various rollback segment states.

588


How to connect ms access to oracle servers?

556