how will I find the first 5 highest salaried employees in
each dept in oracle.
Answer Posted / md valiyullah
select max(sal)-5 from emp;
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How do I connect to oracle database?
What is a snapshot log?
What is the disadvantage of User defind function?
What is an oracle user role?
How to select some rows from a table in oracle?
List the parts of a database trigger.
Why does Oracle not permit the use of PCTUSED with indexes?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
Explain coalesce function?
What is the usage of synonyms?
Why do we use coalesce function in oracle?
What is oracle rownum?
defination of bitmap index
How to use windows user to connect to the server?
How to write date and time literals in oracle?