Anybody can tell me, how do we find second largest emp
salary from emp table.. Thanks in advance ...
Answer Posted / raj
select max(sal) from emp where sal < (select max(sal) from
emp)
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What is a nested table and how is it different from a normal table?
What is data file?
How can Oracle users be audited?
How to check the oracle tns settings?
How can I introduce multiple conditions in like operator?
What is a database table in oracle?
Explain mutating triggers.
What is the use of file param in imp command?
What is an oracle database?
Why do we use coalesce function in oracle?
What is oracle datasource?
What are the restrictions on external table columns?
What is key preserved table?
What is oracle update statement with inner join ?
What is execute immediate in oracle?