find out the third highest salary?
Answer Posted / chanchal
SELECT MIN(salary) FROM Department WHERE salary IN
(SELECT TOP 3 salary FROM Department ORDER BY salary DESC)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between post-database commit and post-form commit?
How can we view last record added to a table?
How to sort the query output in oracle?
How to recover a dropped table in oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What are the benefits of ordbms?
What is redo log?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What is a lookup table in oracle?
What is a database schema in oracle?
What to do if the binary spfile is wrong for the default instance?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What is recovery manager(rman) backup in Oracle?
How to change user password in oracle?
What is a trigger oracle?