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
Explain the use of record length option in exp command.
What are a cluster and non-cluster index?
How view is different from a table?
What are transaction isolation levels supported by oracle?
What are the logical operations?
How can I get column names from a table in oracle?
How many types of segments in Oracle?
How to connect asp pages to oracle servers?
What is the use of file param in imp command?
what are archived logs?
How much memory your 10g xe server is using?
how to make an oracle object
What is transaction control statement and how many types of transaction control statement in Oracle?
How to use "if" statements on multiple conditions?
How to turn on or off recycle bin for the session?