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
How to assign data of the deleted row to variables?
What is the relation of a user account and a schema in oracle?
Can I create users through internet explorer in oracle 10g?
What is the use of oracle?
How to drop an existing view in oracle?
How to connect asp pages to oracle servers?
Give syntax for SQL and ORACLE joins.
Does oracle charge for java?
How do I reset a sequence in oracle?
What is difference between sid and service name in oracle?
What is an oracle transaction?
What are the limitations of check constraint?
What is a table index in oracle?
What is meant by a deadlock situation?
Is the After report trigger fired if the report execution fails ?