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
Describe the types of sub query?
Explain the difference between a procedure and a function? What do you understand by those terms?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
Explain integrity constraints?
various types of hints and their usage
Explain about achiever in sql?
How to estimate disk space needed for an export job?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
Can we create database in oracle using command line ?
What is a trigger oracle?
Why is oracle used?
How to list all indexes in your schema?
How to best split csv strings in oracle 9i?
What happens to the indexes if a table is recovered?
How do we create privileges in oracle?