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
How do I debug a stored procedure?
what is primary key? : Sql dba
What will you get by the cursor attribute sql%notfound?
how to use case expression? : Sql dba
What are the sql commands?
Does sql profiler affect performance?
What is record data type?
What is output spooling in sql*plus?
What is sql profiler in oracle?
How to fetch alternate records from a table?
Why do we create views in sql?
Mention what does the hierarchical profiler does?
Explain what is sql*plus?
What is sql select statement?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba