find out first highest salary?
Answer Posted / samir kumar sahoo
SELECT DISTINCT salary FROM (SELECT DISTINCT salary,ROWNUM
rn FROM employee ORDER BY salary desc) WHERE rn=1;
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How can we force the database to use the user specified rollback segment?
List out the difference between commit, rollback, and savepoint?
What is the exact use of Collections?
Why do we use coalesce function in oracle?
How to open a cursor variable?
What is the sid in oracle?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
What do you mean by redo log file mirroring?
What is oracle open database communication (odbc)?
What privilege is needed for a user to create indexes in oracle?
What are advantages of dateset in datastage?
What is the usage of control file in oracle?
How to invoke the data pump export utility?
What happens if recursive calls get out of control?
What is Library Cache in Oracle?