a query to select maxmun 3 salaries of employee table
Answer Posted / kannan
select * from emp
where sal in (select max(sal) from emp
where level<=3
connect by prior sal>sal
group by level)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is system tablespace?
When system tablespace is created?
What is oracle sid?
How can you use check constraints for self referential integrity?
Explain the use of compress option in exp command.
How does one get the view definition of fixed views/tables?
How to start instance with a minimal initialization parameter file?
What is primefaces used for?
Where do you use decode and case statements?
What is dual table oracle?
What is the usage of synonyms?
What privilege is needed for a user to connect to oracle server?
Describe the types of sub query?
Does facebook use oracle?
What is the difference between sharding and partitioning?