find out the third highest salary?
Answer Posted / sanil
select first_name,salary from employees a
where (select count(distinct(salary)) from employees aa
where a.salary<=AA.SALARY) = &n;
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to get execution statistics reports on query statements?
What does sharding mean?
Explain parameter file in oracle.
What is oracle thin client?
What are data pump export and import modes?
How to increment dates by 1 in oracle?
How to define a variable to match a table column data type?
How to use attributes of the implicit cursor in oracle?
What are the various constraints used in oracle?
How to initialize variables with default values?
What is Undo Management Advisor in Oracle?
What are the execution control statements?
What is the fastest query method to fetch data from the table?
What is meant by raw datatype?
What do you know about normalization? Explain in detail?