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 will you differentiate between varchar & varchar2?
What is the difference between a user and a schema in oracle?
Can you create a synonym without having a table?
what are the advantages of running a database in archive log mode?
What is oracle datasource?
How to drop an index?
What is oracle join syntax?
Are truncate and delete commands same? If so why?
How to convert characters to times in oracle?
Is oracle a programming language?
What is the difference between hot backup and cold backup in oracle?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
Difference between hot backup vs. Cold backup?
How translate command is different from replace?
What is procedure overloading in oracle?