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
What is an oracle cursor variable?
Explain the use of tables option in exp command.
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
What is a trigger and what are its types?
please explain.. DB architecture ...
Will you be able to store pictures in the database?explain.
How to concatenate two text values in oracle?
What is the quickest way to fetch the data from a table?
Will you be able to store pictures in the database?
How do I connect to oracle database?
Explain the use of show option in imp command.
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
What is pragma autonomous transaction in oracle?
How to install oracle odbc drivers?
Differentiate between translate and replace?