find out the second highest salary?
Answer Posted / elumalai d
SELECT * FROM (SELECT salary FROM emp ORDER BY salary DESC) WHERE ROWNUM<3;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain view?
What privilege is needed for a user to create tables in oracle?
What is meant by recursive hints in oracle?
what are bitmap indexes? How does they work?
query optmization techniques and quwry analyser+projects+ppts
Difference between the “verify” and “feedback” command?
Give the various exception types.
When do I need to use a semicolon vs a slash in oracle sql?
What is open database communication (odbc) in oracle?
Explain user account with reference to oracle.
What is the usage of synonyms?
List the various oracle database objects?
How would you begin to troubleshoot an ORA-3113 error?
What is a tns file?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?