Answer Posted / kamala k n
select * from (select ename,sal,rank() over(order by sal desc) as ranks from emp)
where ranks=2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain an index segment?
What is a subquery?
What is an external table?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
How to use existing values in update statements using oracle?
Explain coalesce function?
How do I connect to oracle database?
What is literal?
What do you mean by redo log file mirroring?
How to use regular expression in pattern match conditions in oracle?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
What is a package ? What are the advantages of package ?
What is oracle host variable?
What are the different editions of oracle?
Is oracle a relational database?