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
How do you store pictures in a database?
What is recovery manager(rman) backup in Oracle?
Why does for update in oracle 8 cause an ora-01002 error?
What is the difference between a user and a schema in oracle?
How to pass a parameter to a cursor in oracle?
How to connect to a remote server?
What to do if dba lost the system password?
How do I find the database name in oracle?
How to retrieve the count of updated rows?
types of indexes and the rationale behind choosing a particular index for a situation.
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How to define an oracle cursor variable?
defination of bitmap index
What are the ways tablespaces can be managed and how do they differ?
What are the different types of failures that occur in Oracle database?