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
What are the components of logical database structure in oracle database?
What is a dynamic performance view in oracle?
How to define and use table alias names in oracle?
How to drop a tablespace?
Why use resource manager in Oracle?
What happens to the indexes if a table is recovered?
What is the usage of analyze command in oracle?
How to establish administrator authentication to the server?
What is flashback in Oracle?
Explain about the analyze command in oracle?
How to convert characters to times in oracle?
What to do if the binary spfile is wrong for the default instance?
Explain joins in oracle?
What is the disadvantage of User defind function?
How to create an initialization parameter file?