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
What is a parameter file in oracle?
What is a dynamic performance view in oracle?
What is translate in oracle?
What is enter substitution variable in oracle?
What is an Oracle index?
Why do you use stored procedures and state some of its disadvantages?
Difference between varchar and varchar2 data types?
What is primefaces used for?
How to define and use table alias names in oracle?
What are the oracle differences between nvl and coalesce
Why do we use bulk collect in oracle?
How to login to the server without an instance?
How to use values from other tables in update statements using oracle?
please explain.. DB architecture ...
How would you change old and new values in an insert, delete and update triggers?