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
How to loop through data rows in the implicit cursor?
What are the parameters that we can pass through a stored procedure?
What is a read write transaction in oracle?
What is merge statement used for?
How to update values in a table in oracle?
Can we store images in oracle database?
how to do daily transactions with out sql* loader control file regesterd in apps?
How to start instance with a minimal initialization parameter file?
Explain the use of Merge statement in oracle 11g
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
How to change program global area (pga) in oracle?
What are the differences between date and timestamp in oracle?
How to concatenate two text values in oracle?
What is oracle and what are its different editions?
what are bitmap indexes? How does they work?