find out the third highest salary?
Answer Posted / hhh
select * from employee e where 3 = (select
count(distinct(salary)) from employee where e.salary <= salary);
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain about integrity constraint?
How to display row numbers with the records?
How does oracle handle read consistency?
Explain the dml?
What is connection pooling in oracle?
Are truncate and delete commands same? If so why?
please explain.. DB architecture ...
How to load data from external tables to regular tables?
What is an oracle database table?
What is the difference between formal parameters and actual parameters?
What is a subquery?
How can we create the complete backup of data in the oracle.
What are the original export and import utilities?
How to run create database statement?
What are the limitations of check constraint?