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 join two tables in a single query using oracle?
How to test null values?
How do I learn what codesets are available in oracle?
How to install oracle odbc drivers?
What is oracle in java?
How to pass a parameter to a cursor in oracle?
What are the differences between lov and list item?
Can I create users through internet explorer in oracle 10g?
What are the oracle built-in data types?
What is oracle join syntax?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How to assign a table row to a record variable?
How to create additional tablespaces for an new database?
How to create an oracle database?
What is the difference between pre-select and pre-query?