find out the third highest salary?

Answer Posted / arijit

donno whether the rest are correct ..but this one is:-
select max(sal) from emp where sal<(select max(sal) from emp
where sal<( select max(sal) from emp));

Is This Answer Correct ?    52 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the roles of dba?

606


How to pass parameters to procedures?

544


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


what is IDE,DMV in sql server?

2233


What are the restrictions in a oracle read only transaction?

558






How to write a query with a right outer join in oracle?

605


When do you get a .pll extension in oracle? Explain its importance

566


What is the usage of save points in oracle database?

529


Can we write dml statement in function in oracle?

625


List out the components of logical database structure of oracle database.

575


What is a package in oracle?

560


How index is implemented in oracle database?

583


Can you drop an index associated with a unique or primary key constraint?

573


What is transaction control statement and how many types of transaction control statement in Oracle?

558


Can group functions be used in the order by clause in oracle?

571