find out the third highest salary?
Answer Posted / abbas
SELECT * FROM
(
SELECT EMPLOYEECODE, SAL, Rank() OVER (ORDER BY SAL DESC )
RANKNEW FROM EMPLOYEE)
WHERE RANKNEW = 3
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
What are the uses of a database trigger?
please explain.. DB architecture ...
various types of hints and their usage
What happens if you lost a data file?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
What is a cursor in oracle?
How to execute the package in oracle?
interview questions with answer for cts
What is the Tune Query
What is a subquery?
What is pragma autonomous transaction in oracle?
What are advantages of dateset in datastage?
What is a read only transaction in oracle?
How to delete a user account in oracle?
How do I connect to oracle database?