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 are the original export and import utilities?
Can multiple columns be used in group by in oracle?
How many categories of data types?
How to load excel data sheet to oracle database
What are data pump export and import modes?
Explain implicit cursor.
what are archived logs?
How do I call oracle stored procedures that take no parameters?
Can we commit inside a function in oracle?
What is save point in oracle database?
What do you mean by redo log file mirroring?
What are the differences between number and binary_float in oracle?
When do we use group by clause in a sql query?
What is an oracle database table?
Is there a function to split a string in plsql?