find out the third highest salary?
Answer Posted / dayaram & sarfaraz (dost)
select a.empno,a.ename,a.sal from emp a
where &n = (select count(distinct(b.sal)) from emp b where
b.sal>= a.sal
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to drop an existing view in oracle?
Is oracle a language?
Differentiate between pre-select and pre-query?
How to do paging with oracle?
What is the sid in oracle?
What is Data Dictionary Cache in Oracle?
How to check database size in Oracle?
What are nested tables?
How to speed up webrick?
How to execute a stored program unit?
What is an oracle wallet?
How to create a table interactively?
Explain the use of Merge statement in oracle 11g
What happens if you set the sga too low in oracle?
Explain about the analyze command in oracle?