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
Is oracle a programming language?
What are the attributes of cursor?
What is transport network substrate (tns) in oracle?
How to execute the package in oracle?
What is an oracle and why it is used?
Can you drop an index associated with a unique or primary key constraint?
What is clustered table in Oracle?
What are the restrictions in a oracle read only transaction?
What is the parameter mode that can be passed to a procedure?
What are the differences between lov and list item?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
Can we write insert statement in function in oracle?
How do I uninstall oracle 11g?
What are the different types of database objects?
What is the difference between I and G in Oracle?