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
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
Can you have more than one content canvas view attached with a window ?
How to shutdown your 10g xe server?
Define oracle database
How oracle handles dead locks?
what are steps for interface? where is exchange rate defined in which table?
What is object data modeling?
Why is oracle used?
Explain oracle’s server parameter file.
What is tns entry?
How to select an oracle system id (sid)?
Explain the use of tables option in exp command.
How to handle a single quote in oracle sql?
How to name query output columns in oracle?
What are the various constraints used in oracle?