How to Select second Maximum salary in a Table ?
Answer Posted / tanuj tewari
select max(sal) from table_name where sal<(select max(sal)
from table_name);
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Can group functions be mixed with non-group selection fields?
What are the different pseudo commands? Explain in general?
In the oracle version 9.3.0.5.0, what does each number shows?
What are the different types of failures that occur in Oracle database?
How can I see all tables in oracle?
What is an oracle user account?
What are oracle functions?
How to use "startup" command to start default instance?
Is it possible to split the print reviewer into more than one region ?
How to define an oracle cursor variable?
How to compare dates in oracle sql?
What is oracle host variable?
What is a user account in oracle?
Can we call procedure inside function in oracle?
Explain the use of constraints option in exp command.