find out the third highest salary?
Answer Posted / ravindra
select max(sal) from emp where sal < (select max(sal) from emp where sal < (select max(sal) from emp));
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do you use stored procedures and state some of its disadvantages?
What to do if dba lost the system password?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
What is a dead lock in oracle?
What is a parameter file in oracle?
How to loop through a cursor variable?
What do you understand by a database object?
What is primefaces used for?
what is the scenario where you take the database to NoArchivelog mode?
What is the difference between PFILE and SPFILE in Oracle?
What is an external table?
What is the difference between primary key and unique key and foreign key in oracle?
What are the advantages of oracle?
How to retrieve data from an explicit cursor?
List out the components of logical database structure of oracle database.