how will I find the first 5 highest salaried employees in
each dept in oracle.
Answer Posted / uttam
select sal from (SELECT distinct sal FROM emp order by sal
desc)
where rownum <6
| Is This Answer Correct ? | 13 Yes | 15 No |
Post New Answer View All Answers
How to drop a stored function?
Describe varray?
Is oracle the best database?
Explain oracle insert into command?
How will you identify oracle database software release?
Where are the settings stored for each instance in oracle?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
What are the ways tablespaces can be managed and how do they differ?
Explain a synonym?
What are the database administrators utilities available?
How to load data through external tables?
How do I connect to oracle database?
Which are the five query types available in oracle?
How do I limit the number of rows returned by an oracle query after ordering?
What is the data type of dual table?