find out the third highest salary?
Answer Posted / paridhi
select top 1 salary from
(select top 1 salary from employee order by
salary desc) a
order by salary
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create a new table by selecting rows from another table?
Give the advantages and disadvantages of clusters.
What is format trigger?
What are the advantages of oracle 12c?
How to see the table columns used in an index?
Explain table?
What does sharding mean?
Explain implicit cursor.
What is a cursor in oracle?
What is the sid in oracle?
What is a nvl function? How can it be used?
What are the most common interview questions on ETL Testing for experience?
What are the attributes of cursor?
How can we force the database to use the user specified rollback segment?
What to do if the startbd.bat failed to start the xe instance?