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
Explain about integrity constraint?
Write a syntax for update query in oracle?
How to start a new transaction in oracle?
In which language oracle has been developed?
What is blob datatype?
What is the scope of a local variable?
Can you assign multiple query result rows to a variable?
How to define an explicit cursor in oracle?
How to delete an existing row from a table in oracle?
What is tns service name?
Can you drop an index associated with a unique or primary key constraint?
What are transaction isolation levels supported by oracle?
what is IDE,DMV in sql server?
State the various uses of dbcc command?
Explain what are the uses of rollback segment?