how will I find the first 5 highest salaried employees in
each dept in oracle.
Answer Posted / manjusure@yahoo.co.in
select * from emp e where 5> (select count(max(sal)) from emp
where e.deptno=deptno and sal>e.sal group by sal);
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How to loop through data rows in the implicit cursor?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
Explain the difference between a procedure and a function? What do you understand by those terms?
Explain oracle’s system global area (sga).
What do you mean by a tablespace?
What is a nvl function? How can it be used?
What is oracle and what are its different editions?
How to update a table row with a record?
What is a user account in oracle?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
What is a system tablespace and when it is created?
What is BBED in Oracle?
What to do if the startbd.bat failed to start the xe instance?
hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.
What happens in oracle commit?