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
What is an oracle user role?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
Explain about the analyze command in oracle?
How to execute a stored procedure in oracle?
Where is the export dump file located?
Explain what are the advantages of views?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How to use attributes of the implicit cursor in oracle?
How to sort output in descending order in oracle?
What are the predefined tablespaces in a database?
can u plz provide me oca sql dumps please i need them
How does oracle handle read consistency?
What privilege is needed for a user to create indexes in oracle?
How to define an oracle sub procedure?
if you ctreate table identity