find out the third highest salary?
Answer Posted / neha
select max(sal) from emp where sal <(select max(sal)from emp
where sal<(select max(sal) from emp));
| Is This Answer Correct ? | 103 Yes | 31 No |
Post New Answer View All Answers
What to do if the binary spfile is wrong for the default instance?
What is Java Pool in Oracle?
Explain the use of parfile option in exp command.
Can we call procedure inside function in oracle?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How to shutdown your 10g xe server?
What is the difference between alert log file and tarce file ?
What is a snapshot in oracle database?
What is the difference between $oracle_base and $oracle_home?
What is an Oracle index?
What is a user account in oracle?
What is partitioned table in Oracle?
Can we create trigger on materialized view in oracle?
How to speed up webrick?
What is the difference between a user and a schema in oracle?