how will I find the first 5 highest salaried employees in
each dept in oracle.
Answer Posted / manoj
SELECT employee_id, employee_name, salary FROM employees
where rownum < 6 ORDER BY
salary DESC
group by department_id;
| Is This Answer Correct ? | 4 Yes | 29 No |
Post New Answer View All Answers
Explain the difference between sap and oracle?
What is oracle open database communication (odbc)?
What is a sub query? What are its various types?
What privilege is needed for a user to create tables in oracle?
How to insert a new row into a table in oracle?
Explain the features of oracle?
What is query image?
What is the difference between postgresql and oracle?
Is oracle a relational database?
Name the three major set of files on disk that compose a database in Oracle?
Can the query output be sorted by multiple columns in oracle?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
What is the difference between pre-select and pre-query?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
How do I connect to oracle?