find out the second highest salary?
Answer Posted / madan kumar
select *from (select empno,deptno,min(sal) from emp
group by empno,deptno,sal
order by sal desc)
where rownum<=1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Respected sir, Please send me technical questions related to oracle apps..
What is logical backup in oracle?
WHAT IS ecc 6.0
How do I manually uninstall oracle client?
Can sub procedure/function be called recursively?
What is difference between cartesian join and cross join?
what is dynamic SGA and static SGA
List out the difference between commit, rollback, and savepoint?
what are the default admin accounts in Oracle 10g ?
what is normalisation?what are its uses?
In oracle there is column command, how will you explain that?
How to delete an existing row from a table in oracle?
What is the dynamic sql in oracle?
Explain the use of Merge statement in oracle 11g
What are the different pseudo commands? Explain in general?