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
What happens to the current transaction if a ddl statement is executed?
What are group functions in oracle?
What are the most common interview questions on ETL Testing for experience?
How to create a single index for multiple columns?
What is the usage of merge statement?
Why do we need integrity constraints in a database?
What are the different editions of oracle?
What is hash cluster in oracle?
What do you mean by redo log file mirroring?
What are the arithmetic operations?
What is oracle sid?
What is the order of defining local variables and sub procedures/functions?
What is translate in oracle?
How to define a variable of a specific record type?
What is private procedure oracle?