how will I find the first 5 highest salaried employees in
each dept in oracle.
Answers were Sorted based on User's Feedback
Answer / lakshya
SELECT salary FROM employee where rownum < 6 ORDER BY
salary DESC
group by dept;
| Is This Answer Correct ? | 11 Yes | 39 No |
List out the difference between commit, rollback, and savepoint?
Is oracle the best database?
Is oracle a relational database?
6. Display the client name and order date for all orders using the traditional method.
What is the difference between a user and a schema in oracle?
Explain coalesce function?
Explain what are the uses of rollback segment?
How to experiment a data lock in oracle?
How do we get field details of a table?
What is an oracle user role?
How would you design a database for an e-commerce website?
How to start your 10g xe server?