a query to select maxmun 3 salaries of employee table
Answer Posted / neo devan
select max(sal) from emp having max(sal)!=(select max(sal)
from emp where max(sal)!=(select max(sal) from emp));
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is oracle analytical function?
Give the various exception types.
In which language oracle has been developed?
Can select statements be used on views in oracle?
What is the oracle implicit cursor?
Explain what are clusters?
How to convert character types to numeric types?
How to create a stored procedure in oracle?
What happens to the indexes if a table is recovered?
What is oracle and what are its different editions?
What privilege is needed for a user to insert rows to tables in another schema?
Can we use bind variables in oracle stored procedure?
How can I create database in oracle?
How to create a table interactively?
What is ceil and floor in oracle?