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
What is query image?
Explain oracle instance.
How to export your own schema?
Explain the use of analyse option in exp command.
What is set verify off in oracle?
ABOUT IDENTITY?
Please explain oracle left join with an example?
How to commit the current transaction in oracle?
How to start a new transaction in oracle?
What is a trigger and what are its types?
How to view all columns in an existing table?
what are the default admin accounts in Oracle 10g ?
Explain an index?
Explain rename?
What is a trigger oracle?