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 handle a single quote in oracle sql?
How to use in conditions in oracle?
Is insert autocommit in oracle?
How to create a new oracle data file?
Whats the benefit of dbms_stats over analyze?
How to drop a tablespace?
Can we call procedure inside function in oracle?
why dont we assign not null constraint as table level constraint.
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
Explain the use of ignore option in imp command.
How to run queries on external tables?
How can I create database in oracle?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
What is the difference between pre-select and pre-query?
How to change user password in oracle?