find out the third highest salary?
Answer Posted / neha
select max(sal) from emp where sal <(select max(sal)from emp
where sal<(select max(sal) from emp));
| Is This Answer Correct ? | 103 Yes | 31 No |
Post New Answer View All Answers
What do database buffers contain?
How many data types are supported?
How to create a new table in oracle?
Briefly explain what is literal? Give an example where it can be used?
What are the various oracle database objects?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
How to display employee records who gets more salary than the average salary in the department?
Explain temporal data types in oracle
What is a table index in oracle?
Please explain oracle data types with examples?
How to invoke the data pump import utility?
11. Display the client number and name and the client number and name of the person who referred that client.
Give the various exception types.
What is query image?
What is a system tablespace and when it is created?