find out the third highest salary?
Answer Posted / mahesh
select * from emp where sal<(select max(sal) from emp
where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
How to list all tables in your schema?
What are group functions in oracle?
What is a synonym? What are its various types?
Give the various rollback segment states.
How to assign data of the deleted row to variables?
Explain parameter file in oracle.
Explain the use of record length option in exp command.
What is the purpose of save points in oracle database?
What is hash cluster in oracle?
What is the fastest query method to fetch data from the table?
How to synchronize 2 schema's objects?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
How to create a table index?
List the parts of a database trigger.
How can Oracle users be audited?