find out the second highest salary?
Answer Posted / amulya kumar panda
select max(salary) from employee where
salary<(select max(salary) from employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an index associated with a constraint?
What is recycle bin in Oracle?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
Explain oracle’s server parameter file.
What is Trigger in Oracle?
How to select all columns of all rows from a table in oracle?
Explain the use of rows option in exp command.
What is recovery manager in Oracle?
What happens to the data files if a tablespace is dropped?
How to create an oracle testing table?
What are the different types of failures that occur in Oracle database?
Explain the different normalization forms?
How to work with data objects interactively?
How to recover a dropped table in oracle?
Explain the difference between a procedure and a function? What do you understand by those terms?