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 stored function in oracle?
List out the components of logical database structure of oracle database.
when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
What is PL/SQL ?
Give the constructs of a package, function or a procedure.
What is a dead lock in oracle?
What is the difference between post-database commit and post-form commit?
What happens if you set the sga too low in oracle?
What to do if the binary spfile is wrong for the default instance?
What is ceil and floor in oracle?
How to count groups returned with the group by clause in oracle?
What is bulk load in oracle?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How to install oracle odbc drivers?
material view and view disadvantages?