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
What are the different windows events activated at runtime ?
How many types of synonyms in Oracle?
How to select all columns of all rows from a table in oracle?
Explain oracle instance.
How to shutdown your 10g xe server?
What is the data pump export utility?
How to display row numbers with the records?
What is a initialization parameter file in oracle?
Difference between inner join vs where ?
What is a nvl function? How can it be used?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
What is blob datatype?
How to delete all rows a table in oracle?
Explain the use of Merge statement in oracle 11g
WHAT IS ecc 6.0