find out the third highest salary?
Answer Posted / anirban mitra
SELECT MAX(SAL) FROM EMP WHERE SAL NOT IN (SELECT MAX(SAL)
FROM EMP UNION SELECT MAX(SAL) FROM EMP WHERE SAL NOT IN
(SELECT MAX(SAL) FROM EMP))
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is clustered table in Oracle?
How can I create database in oracle?
What is hash cluster in oracle?
How to use select statement to count the number of rows in oracle?
How to convert times to characters in oracle?
What are the attributes of cursor?
What happens if variable names collide with table/column names?
Calculate difference between 2 date / times in oracle sql?
How to get execution statistics reports on query statements?
How a database is related to tablespaces?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
what is Single Byte Overhead...?
How to view the data files in the current database?
How to select all columns of all rows from a table in oracle?
Hi Can any one tell me what are the API's used in requisition import.