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 oracle instant client?
How to synchronize 2 schema's objects?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
How to call a sub procedure?
What are internal user account in oracle?
How to rename an index in oracle?
Does facebook use oracle?
How to check database size in Oracle?
What is an Oracle index?
interview questions with answer for cts
How to export data with a field delimiter?
What is an oracle transaction?
Is oracle a language?
Can we convert a date to char in oracle and if so, what would be the syntax?
How to import one table back from a dump file?