find out the second highest salary?
Answer Posted / anil
Guys try this to get 2nd highest salary
select max(salary) from employee where salary not in (select
max(salary) from employee)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain about functional dependency and its relation with table design?
What are the ansi data types supported in oracle?
How many types of cluster table in Oracle?
How to rename an index?
What is oracle update statement with inner join ?
How to install oracle database 10g xe?
What is varray?
List out the difference between commit, rollback, and savepoint?
what is difference between sql plus and sql*plus? (not sql and sql plus).
Explain the use of Merge statement in oracle 11g
What happens to indexes if you drop a table?
What is oracle thin client?
Can we write dml statement in function in oracle?
Explain the use of indexes option in exp command.
How to find out what oracle odbc drivers are installed?