find out the third highest salary?

Answer Posted / nitin berwal

select top 1 salary from(select top 3 salary from emp order
by desc) a

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the max number of columns in an oracle table?

518


How can Oracle users be audited?

612


What is merge in oracle?

563


How many memory layers are in the oracle shared pool?

643


How to use "if" statements on multiple conditions?

723






How to list all indexes in your schema?

586


What is an oracle data file?

617


Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?

1884


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

1831


What are the extensions used by oracle reports?

577


What is an oracle database table?

598


Differentiate between translate and replace?

633


What do you mean by a tablespace?

566


How to define a cusotmer as a supplier in ORACLE R12

1728


What is the difference between primary key and unique key and foreign key in oracle?

554