find out the third highest salary?
Answer Posted / naveen kumar
Hi everybody,
This is one way to get the third highest salary
select ROWNUM as RANK from (select * from emp order by sal)
where ROWNUM<=3
| Is This Answer Correct ? | 11 Yes | 27 No |
Post New Answer View All Answers
How to check database size in Oracle?
What do you mean by a deadlock?
What is an oracle?
Explain the use of owner option in exp command.
How to rename a column in an existing table?
master table and child table performances and comparisons in Oracle ?
What are the arithmetic operations?
What is control file used for?
Can we store pictures in the database and if so, how it can be done?
How to create an oracle testing table?
How to start a new transaction in oracle?
How to speed up webrick?
Can we store images in oracle database?
How to define a procedure inside another procedure?
How to create lov dynamically at runtime & attach to text field?