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
Explain about functional dependency and its relation with table design?
candidate key is subset of super key but not vice-verse explain
How to rename a tablespace in oracle?
What is MTTR advisor in Oracle?
How to start an oracle instance?
What is merge in oracle?
List the parts of a database trigger.
Which are the five query types available in oracle?
Explain the use of compress option in exp command.
Why should I use oracle database?
What is a cursor variable?
What are the different types of trigger and explain its various uses and functions?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
What is oracle in java?
Explain joins in oracle?