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 background process in Oracle?
What is meant by an index?
Is the After report trigger fired if the report execution fails ?
What is an external table?
How to write text literals in oracle?
What does sharding mean?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What is execute immediate in oracle?
How to check the oracle tns settings?
How to create id with auto_increment on oracle?
interview questions with answer for cts
What the is the diff between local index and global index. give some example.
Why does oracle 9i treat an empty string as null?
Is oracle the best database?
Can we use bind variables in oracle stored procedure?