how to find the second highest salary in a given table????
Answer Posted / shahnaz
To find the 2nd highest salary from emp table:
select max(sal) from emp where sal not in (select max(sal)
from emp )
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to put more than 1000 values into an oracle in clause?
How do I limit the number of oracle database connections generated by weblogic server?
What is the difference between view and materialized view in Oracle?
Describe an oracle table?
Name the various constraints used in oracle?
What exactly do quotation marks around the table name do?
What is an oracle and why it is used?
Can you have more than one content canvas view attached with a window ?
What is the quickest way to export a table to a flat file?
Define oracle database
Does facebook use oracle?
What is catalog in Oracle?
How to get a list of all background sessions in the database?
How do I connect to oracle database?
Explain the use of record length option in exp command.