find out the third highest salary?
Answer Posted / nitin berwal
select top 1 salary from(select top 3 salary from emp order
by desc) a
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to sort the query output in oracle?
defination of bitmap index
What are set operators?
What are the ansi data types supported in oracle?
How to turn on or off recycle bin for the session?
What is Segment Advisor in Oracle?
How to delete all rows a table in oracle?
What is transport network substrate (tns) in oracle?
what are the advantages of running a database in archive log mode?
What is the exact use of Collections?
What is oracle used for?
What is the difference between PFILE and SPFILE in Oracle?
What is archive log in Oracle?
What the is the diff between local index and global index. give some example.
What is data block in Oracle?