find out the third highest salary?
Answer Posted / anirban mitra
SELECT MAX(SAL) FROM EMP WHERE SAL NOT IN (SELECT MAX(SAL)
FROM EMP UNION SELECT MAX(SAL) FROM EMP WHERE SAL NOT IN
(SELECT MAX(SAL) FROM EMP))
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Can group functions be used in the order by clause in oracle?
What do you mean by merge in oracle and how can you merge two tables?
What is meant by a deadlock situation?
What are the restrictions in a oracle read only transaction?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
How to create a new oracle data file?
Which is faster join or subquery in oracle?
What to do if dba lost the system password?
11. Display the client number and name and the client number and name of the person who referred that client.
Can we store pictures in the database and if so, how it can be done?
Explain oracle instance.
What is a partition in oracle?
How remove data files before opening a database?
How is it different from a normal table?