Anybody can tell me, how do we find second largest emp
salary from emp table.. Thanks in advance ...
Answer Posted / martin
select e.sal from emp e where &2>(select max(count{a.sal})
from emp a where a.sal > e.sal order by desc
)
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the difference between count (*), count (expression), count (distinct expression)?
how do u setup a replication site?
Please explain compound trigger in oracle?
What is instant client oracle?
candidate key is subset of super key but not vice-verse explain
What is partitioned table in Oracle?
What is the data pump import utility?
What is the max number of columns in an oracle table?
what is difference between sql plus and sql*plus? (not sql and sql plus).
How would you go about verifying the network name that the local_listener is currently using?
How to install oracle odbc drivers?
what are actual and formal parameters?
What is oracle update statement with inner join ?
Give the various rollback segment states.
How to insert multiple rows with one insert statement in oracle?