find out the third highest salary?
Answer Posted / nagaraj a h
SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT
(DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal);
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain what are the different type of segments?
How to export your connection information to a file?
What privilege is needed for a user to connect to oracle server?
What is a dynamic performance view in oracle?
Who developed oracle & when?
How to select all columns of all rows from a table in oracle?
What is tns service name?
Explain the truncate in oracle?
How to rename an index in oracle?
Is the After report trigger fired if the report execution fails ?
How to call a sub procedure?
 How to use an oracle sequence generator in a mapping?
Explain the use of record option in exp command.
How can Oracle users be audited?
What is PL/SQL ?