find out the third highest salary?
Answer Posted / selvaraj anna university coe
In ORACLE 10g,
SELECT * FROM employee x WHERE 3 = (SELECT COUNT(DISTINCT
salary)
FROM employee y WHERE x.salary <= y.salary);
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
How do I connect to oracle?
What is the maximum limit on the number of columns in a table?
How to loop through a cursor variable?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What are the oracle differences between nvl and coalesce
Why is oracle so popular?
What is oracle server autotrace in oracle?
What are the various constraints used in oracle?
20. Using a set operator, display the client number of all clients who have never placed an order.
How to install oracle database 10g xe?
What are privileges and grants?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
What is private procedure oracle?
What is execute immediate in oracle?
What happens in oracle commit?