how will I find the first 5 highest salaried employees in
each dept in oracle.
Answer Posted / mangesh
SELECT * FROM (SELECT * FROM EMP ORDER BY SALARY desc) WHERE ROWNUM < 6;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to pass parameters to procedures?
Why is oracle so popular?
Can group functions be used in the order by clause in oracle?
material view and view disadvantages?
What's dateware house and what's clustor with practicle example
What are the different types of modules in oracle forms?
How to load data from external tables to regular tables?
What is the usage of save points in oracle database?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
How to fetch the row which has the max value for a column?
How to write an inner join with the where clause in oracle?
Respected sir, Please send me technical questions related to oracle apps..
Point the difference between translate and replace?
What is BBED in Oracle?
How to rename a column in an existing table?