find out the third highest salary?
Answer Posted / deepal saini
this is the best way to find out thethird highest salary from emp table
select max(sal) from emp where sal<(select max(sal) from emp where sal <(select max(sal)from emp));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create an oracle database manually?
What is a data dictionary and how can it be created?
What are the differences between date and timestamp in oracle?
Respected sir, Please send me technical questions related to oracle apps..
How to drop an index?
How to rename an existing table?
How does the on-delete-cascade statement work?
What do you mean by merge in oracle and how can you merge two tables?
What are ddl statements in oracle?
How to use null as conditions in oracle?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What would you do with an in-doubt distributed transaction?
What is oracle thin client?
What exactly do quotation marks around the table name do?
What are the different types of partitions in oracle?