Answer Posted / mahesh
select *from(select ename,sal,row_number()over(order by sal desc) rk from emp) where rk=2;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is control file used for?
What is the difference between post-database commit and post-form commit?
20. Using a set operator, display the client number of all clients who have never placed an order.
What is an Oracle Instance?
What is the difference between online and offline backups?
Is oracle a language?
What happens to the data files if a tablespace is dropped?
How to use "in" parameter properly?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
Give the various rollback segment states.
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
What is tns name?
What is the difference between 10g OEM and 11g OEM?
How to run create database statement?