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 connect to a local oracle 10g xe server?
Explain what are the type of synonyms?
What is recycle bin in Oracle?
What is oracle database 10g express edition?
Can we write dml statement in function in oracle?
what is Single Byte Overhead...?
How to declare a local variable?
How to pass parameters to procedures?
Explain the features of oracle?
Explain the use of tables option in exp command.
How to omit columns with default values in insert statement in oracle?
What is columnar storage what is the advantage?
How can I get column names from a table in oracle?
How to convert times to characters in oracle?
List the various oracle database objects?