find out the second highest salary?
Answer Posted / sikindar
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 | 0 No |
Post New Answer View All Answers
What is a proxy class?
What is format trigger?
How to convert characters to numbers in oracle?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
What is merge in oracle?
Give the various rollback segment states.
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
what happened to the global index when I truncate the data in one of the partition?
How to display row numbers with the records?
What is object data modeling?
What do you mean by a tablespace?
What is oracle open database communication (odbc)?
Design database draw er diagram for a certain scenario ?
Is the After report trigger fired if the report execution fails ?
How to do clean up if create database failed?