How to get employee name from employee table which is the
fiveth highest salary of the table
Answer Posted / shashidhar
SELECT EMP_NAME (SELECT ROWNUM R,B.* FROM employee B ORDER
BY SALARY DESC) A
WHERE A.R = 5
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do you write a subquery?
Is sql considered coding?
What are pl/sql cursors?
What is difference between stored function and application function?
what is isam? : Sql dba
What is full form of rtm?
What is compiled query?
What is sorting in sql?
Explain what is rdbms?
What is rownum in sql?
Can one improve the performance of sql*loader? : aql loader
Which data dictionary views have the information on the triggers that are available in the database?
What are the indexing methods?
Can you skip header records while loading? : aql loader
how would you enter characters as hex numbers? : Sql dba