find out the second highest salary?
Answer Posted / anand
SELECT SALARY FROM (SELECT SALARY FROM emp WHERE ROWNUM < 3
ORDER
BY salary) WHERE ROWNUM < 2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain rename?
What is the fastest query method to fetch data from the table?
IS it possible to built the oracle database without setting the kernal parameters?
How do I find my oracle client driver version?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
Explain the use of grant option in exp command.
Explain the truncate in oracle?
Explain the different normalization forms?
How to change program global area (pga) in oracle?
What suggestions do you have to reduce the network traffic?
What are the built-in functions used for sending Parameters to forms ?
How to convert csv to table in oracle?
What is blob datatype?
How many memory layers are in the oracle shared pool?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?