a query to select maxmun 3 salaries of employee table
Answer Posted / raju
select * from emp a where 3>=(select count(distinct(b.sal))
from emp b where b.sal>=a.sal )
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How to Truncate Table in Oracle
How to find the duplicate rows count from employees table in oracle?
How to establish administrator authentication to the server?
How to write an inner join with the where clause in oracle?
What are the advantages of oracle?
Explain mutating triggers.
What is a parameter file in oracle?
Explain the dml?
How to open and close an explicit cursor in oracle?
What is Library Cache in Oracle?
What privilege is needed for a user to connect to oracle server?
What is connection pool in oracle?
What is a database table in oracle?
How many anonymous blocks can be defined?
Explain the use of record length option in exp command.