how to select second mauximum value in a given table under salary column
Answer Posted / jai
SELECT MAX(SALARY) FROM EMPLOYEE
WHERE SALARY NOT IN(SELECT MAX(SALARY) FROM EMPLOYEE)
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What is format trigger?
Hi Can any one tell me what are the API's used in requisition import.
How to update values in a table in oracle?
Explain the types of exception?
How can windows applications connect to oracle servers?
Briefly explain what is literal? Give an example where it can be used?
How do I uninstall oracle client from windows?
What is a sub query? What are its various types?
What is a private synonym?
interview questions with answer for cts
what is the dual table in oracle?
What is a schema in oracle?
How to convert character types to numeric types?
What are the different types of trigger and explain its various uses and functions?