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
Is natural join same as inner join?
What is the least restrictive isolation level? : Transact sql
Can we rename a column in the output of sql query?
What is the difference between a query and a report?
What are the three pl sql block types?
What is difference between pls_integer and integer?
Can you call pl/sql package functions from within a fast formula?
what are numeric data types? : Sql dba
Why is sharding used?
What is the difference between sql and t sql?
Can we change the table name in sql?
How can you load multi line records? : aql loader
What is indexing in sql and its types?
How to rename a column in the output of sql query?
how to rename an existing column in a table? : Sql dba