Answer Posted / kiran
select salary from employees e where 3 = (select count
(distinct salary) from employees f where
e.salary <= f.salary);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we use the cursor's to create the collection in PL/SQL?
What is a full join sql?
What will you get by the cursor attribute sql%found?
When to use inner join and left join?
how to check server status with 'mysqladmin'? : Sql dba
What is mutating sql table?
What is the requirement of self-join?
what is a constraint? : Sql dba
What is a memo field?
Is sql difficult?
Can we commit in trigger?
Is foreign key mandatory?
What is database white box testing and black box testing?
What are all different types of collation sensitivity?
How can we solve sql error: ora-00904: invalid identifier?