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

How to create lov dynamically at runtime & attach to text field?

659


How to drop an existing view in oracle?

566


How to grant create session privilege to a user in oracle?

568


What is a nvl function?

561


State the difference between a primary key and foreign key?

516






Can a parameter be passed to a cursor?

600


How to use an explicit cursor without open statements?

614


What are the built-in functions used for sending Parameters to forms ?

2841


Where are the settings stored for each instance in oracle?

621


Point the difference between translate and replace?

570


Explain database link?

662


what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?

2044


What are the different pseudo commands? Explain in general?

539


How do I spool to a csv formatted file using sqlplus?

545


In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??

1364