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 to insert a record into a table?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
What is Library Cache in Oracle?
what is the dual table in oracle?
please explain.. DB architecture ...
What are the predefined tablespaces in a database?
Give the advantages and disadvantages of clusters.
Give the various exception types.
what is port in oracle? how is it related to database application.
How to revoke create session privilege from a user in oracle?
Explain oracle 12c new features for developers?
List the types of joins used in writing subqueries?
What is an oracle user account?
What is partitioned table in Oracle?
How to use subqueries with the exists operator in oracle?