find out the third highest salary?
Answer Posted / vanaja
select * from emp5 where salary in(select min(salary) from
emp5 where salary in(select top 3 salary from emp5 order by
salary desc))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between pre-select and pre-query?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
Can objects of the same schema reside in different tablespace?
How would you best determine why your MVIEW couldnt FAST REFRESH?
What is execute immediate in oracle?
How to find the duplicate rows count from employees table in oracle?
What do you understand by database schema and what does it hold?
How to use "if" statements on multiple conditions?
How to drop a stored procedure in oracle?
What is a relational database management system?
What is the difference between alert log file and tarce file ?
Is primary key indexed by default in oracle?
What is a dead lock in oracle?
How to recover a dropped table in oracle?
What is an external table?