Answer Posted / chiru
select distinct sal
from Employee e1
where 3 = (select count(distinct sal) from Employee e2
where e2.sal >= e1.sal)
order by sal desc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about integrity constraint?
What is execute immediate in oracle?
What are the restrictions in a oracle read only transaction?
Difference between open_form and call_form in oracle.
What is user managed backup in Oracle?
How to shutdown your 10g xe server from command line?
What are the advantages of oracle?
Can group functions be used in the order by clause in oracle?
What are the differences between date and timestamp in oracle?
Explain the use of parfile option in exp command.
Is a rollback possible to any savepoint?
How to commit the current transaction in oracle?
How to invoke the original export import utilities?
Explain what are the characteristics of data files?
Can select statements be used on views in oracle?