find out the second highest salary?
Answer Posted / mahendra
SELECT max(salary) FROM Employee WHERE salary NOT IN
(SELECT max(salary) FROM Employee);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is java oracle used for?
What is oracle used for?
What is a Garbage Collection? and what is full recursive Garbage collection?
How can we force the database to use the user specified rollback segment?
Does facebook use oracle?
what is reindexing?
How can we find out the duplicate values in an oracle table?
What are the common oracle dba tasks?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
State some uses of redo log files?
Which is better Oracle or MS SQL? Why?
How to create a stored procedure in oracle?
What is connection pool in oracle?
is there a tool to trace queries, like profiler for sql server?
What is procedure overloading in oracle?