how will I find the first 5 highest salaried employees in
each dept in oracle.
Answer Posted / rammohan
select rownum as row_id,sal from (select sal from
emp order by sal desc) where rownum <6;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
what is difference between sql plus and sql*plus? (not sql and sql plus).
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How to run queries on external tables?
query optmization techniques and quwry analyser+projects+ppts
Is insert autocommit in oracle?
How to write a left outer join with the where clause in oracle?
Will you be able to store pictures in the database?explain.
What are the most common interview questions on ETL Testing for experience?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
How do we display rows from the table without duplicates?
Oracle
How to use "out" parameter properly?
What is pragma autonomous transaction in oracle?
How to check the server version in oracle?