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
How many memory layers are in the oracle shared pool?
What happens if you lost a data file?
How do I limit the number of rows returned by an oracle query after ordering?
How to display employee records who gets more salary than the average salary in the department?
Where are the settings stored for each instance in oracle?
How to export data to a csv file?
what are archived logs?
How to get a list of all background sessions in the database?
How to enter a new row into a table interactively?
What is ordinary table in oracle?
What are the uses of Database Trigger ?
State and explain about oracle instance?
What is data file?
What is a trigger and what are its types?
What is tns name?