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
what is the use of system.effective.date variable in oracle?
Does oracle partitioning improve performance?
What is a named program unit?
if you ctreate table identity
How can Oracle users be audited?
What is merge statement used for?
What is difference between truncate and delete?
Can we store pictures in the database and if so, how it can be done?
How to use existing values in update statements using oracle?
What is ADDM Advisor in Oracle?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
Explain the use of parfile option in exp command.
What is the oracle implicit cursor?
Can a formula column be obtained through a select statement ?
How to view existing locks on the database?