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
How can we find out the current date and time in oracle?
What is partitioned table in Oracle?
what are actual and formal parameters?
How do I limit the number of rows returned by an oracle query after ordering?
Explain view?
What happens if variable names collide with table/column names?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
how may join possible between (requisition with purchase order)
What are the uses of synonyms?
What are a cluster and non-cluster index?
Can the query output be sorted by multiple columns in oracle?
what is the use of system.effective.date variable in oracle?
What is the difference between hot backup and cold backup in oracle?
How are extents allocated to a segment?
What is ADDM Advisor in Oracle?