find out the second highest salary?
Answer Posted / new
select max(salary) from users where salary not in (select max(salary) from users)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is it different from a normal table?
What is a nested table?
Does oracle partitioning improve performance?
When do you get a .pll extension in oracle?
How to sort output in descending order in oracle?
Explain a data segment?
Is oracle an open source?
How to convert characters to times in oracle?
How to omit columns with default values in insert statement in oracle?
how to make an oracle object
How to delete a column in an existing table in oracle?
How do I uninstall oracle 11g?
Explain the truncate in oracle?
Explain the use of ignore option in imp command.
What is Reduced List of Values?