find out the third highest salary?
Answer Posted / biswapratap singh
SELECT MIN(sal) FROM emp WHERE
sal IN (SELECT distinct TOP 3 sal FROM emp ORDER BY sal DESC)
| Is This Answer Correct ? | 214 Yes | 73 No |
Post New Answer View All Answers
How to increment dates by 1 in oracle?
How to join two tables in a single query using oracle?
How to define a sub function?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
Is oracle a programming language?
What is the use of aggregate functions in oracle?
State the various uses of dbcc command?
Explain table?
What is the dynamic sql in oracle?
What is hot backup and logical backup?
What is backup in Oracle?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
What is a database table in oracle?
What is ordinary table in oracle?
When do you get a .pll extension in oracle? Explain its importance