how will I find the first 5 highest salaried employees in
each dept in oracle.
Answer Posted / dhanalakshmi
select salary
from employee
where rownum<6
group by deptno,salary
order by salary desc
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
what are the default admin accounts in Oracle 10g ?
Explain integrity constraint?
Is it possible to insert comments into sql statements return in the data model editor ?
How to create an oracle database manually?
What is dual table oracle?
How to select an oracle system id (sid)?
How to get maxsal , minsal, ename department wise in single query
What is the usage of control file in oracle?
Explain integrity constraints?
What are the extensions used by oracle reports?
How to view all columns in an existing table?
How to export your connection information to a file?
How to get a create statement for an existing table?
What is a read write transaction in oracle?
Can a formula column referred to columns in higher group ?