find out the second highest salary?
Answer Posted / prasant
SQL> select max(sal) from emp where sal<(select max(sal)
from emp);
MAX(SAL)
----------
3000
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
How to update values on multiple rows in oracle?
What is the maximum limit on the number of columns in a table?
What is procedure overloading in oracle?
please explain.. DB architecture ...
Can we connect to ORACLE db using Windows Authentication?
What's dateware house and what's clustor with practicle example
How many types of synonyms in Oracle?
How to write an inner join with the where clause in oracle?
How to create a stored program unit?
What is the max number of columns in an oracle table?
Explain about integrity constraint?
Can you create a synonym without having a table?
When do you get a .pll extension in oracle?
What is raw datatype?
How do I connect to oracle?