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
How to define a data field as not null?
Explain the use of inctype option in exp command.
What is columnar storage what is the advantage?
What are the different types of synonyms?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
How to shutdown your 10g xe server?
Define oracle database
How to handle a single quote in oracle sql?
How to apply filtering criteria at group level in oracle?
Explain constraining triggers.
What is the best way to do multi-row insert in oracle?
What is the difference between view and materialized view in Oracle?
How to create a testing table in oracle?
What is the fastest query method to fetch data from the table?
How to create a table index?