find out the second highest salary?
Answer Posted / new
select max(salary) from users where salary not in (select max(salary) from users)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the parameter mode that can be passed to a procedure?
what is the use of system.effective.date variable in oracle?
What is the use of file param in imp command?
Explain integrity constraints?
How to drop a stored function?
How to export data with a field delimiter?
How to use attributes of the implicit cursor in oracle?
Is a rollback possible to any savepoint?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
How can I get column names from a table in oracle?
List out the difference between commit, rollback, and savepoint?
How to revoke create session privilege from a user in oracle?
List out the types of joins.
What is Redo Log Buffer in Oracle?
What are named parameters?