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 privilege is needed for a user to insert rows to tables in another schema?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
How many types of table in Oracle?
definition of cluster and non-clustered index?
What is the best way to do multi-row insert in oracle?
How to invoke the data pump import utility?
What are the original export and import utilities?
Explain compound trigger in oracle?
Why is oracle database so popular?
How do I connect to oracle?
Explain about functional dependency and its relation with table design?
Difference between cartesian join and cross join?
what's query optimization and without use of IN AND Exist can we get another way data from query
What are the extensions used by oracle reports?
What are the logical operations?