Answer Posted / sandeep
select * from (select ename,sal,rank() over(order by sal desc) as ranks from emp)
where ranks=2;
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I spool to a csv formatted file using sqlplus?
What is key preserved table?
what is meant by magic query
How to define an anonymous procedure without variables?
How to rename a tablespace in oracle?
What is the usage of control file in oracle?
Why should I use oracle database?
Can select statements be used on views in oracle?
Explain the use of control file?
What is a trigger and what are its types?
Is oracle the best database?
What is save point in oracle database?
How to synchronize 2 schema's objects?
How to use subqueries in the from clause in oracle?
How to count duplicated values in a column in oracle?