find out the third highest salary?
Answer Posted / gaurav
try this
select max(salary)
from employees
where salary < (select max(salary)
from employees
where salary < (select max(salary)
from employees));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create a table index in oracle?
Explain the use of tables option in exp command.
Explain the use of owner option in exp command.
How to retrieve the count of updated rows?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
Is postgres faster than oracle?
What is a schema in oracle?
What is the usage of save points in oracle database?
What is sequence?
What is the dynamic sql in oracle?
What is the sid in oracle?
Explain an exception and its types?
What are the ansi data types supported in oracle?
How remove data files before opening a database?
In the oracle version 9.3.0.5.0, what does each number shows?