Answer Posted / gyana ranjan behera
sql>select ename,sal from(select ename,sal,rownum rn from
(select ename,sal from emp order by sal desc)
where rn=2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to list all user accounts in oracle?
How to estimate disk space needed for an export job?
How to change system global area (sga) in oracle?
Difference between pre-select and pre-query
What are a cluster and non-cluster index?
Explain the use of Merge statement in oracle 11g
How to write a query with a left outer join in oracle?
What are the different oracle database objects?
How to get a list of all user accounts in the database?
What is meant by an index?
What is Java Pool in Oracle?
What is a nested table and how is it different from a normal table?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How to lock and unlock a user account in oracle?
Which is better Oracle or MS SQL? Why?