find out the third highest salary?
Answer Posted / mamta
select rownum as maxsal,sal
from (select sal from emp order by sal desc)
where rownum <4
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is the usage of save points in oracle database?
How can I see all tables in oracle?
Why is oracle database so popular?
What is the sid in oracle?
What are the most common interview questions on ETL Testing for experience?
What does sharding mean?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
How to export your connection information to a file?
How to delete a column in an existing table in oracle?
what is the dual table in oracle?
What is not equal to in oracle?
How does one get the view definition of fixed views/tables?
How to use "in" parameter properly?
Explain how you would restore a database using RMAN to Point in Time?