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 original export and import utilities?

578


How do you find out from the RMAN catalog if a particular archive log has been backed-up?

1667


What is instant client oracle?

550


How to build data dictionary view an new database?

542


What happens if you set the sga too low in oracle?

569






How to assign a tablespace to a users in oracle?

598


why dont we assign not null constraint as table level constraint.

2261


What is the relation of a user account and a schema?

622


What is tns service name?

631


What is a database schema in oracle?

632


How to delete a user account in oracle?

558


How to increment dates by 1 in oracle?

568


What happens if the imported table already exists?

553


How to define an oracle sub procedure?

606


How to load data from external tables to regular tables?

550