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
Can we connect to ORACLE db using Windows Authentication?
What is the relation of a user account and a schema?
How to create a table index in oracle?
What is the dynamic sql in oracle?
Explain the dml?
How to shutdown your 10g xe server?
What are the uses of linked server and explain it in detail?
How to define a procedure inside another procedure?
Explain oracle’s server parameter file.
How to sort output in descending order in oracle?
How to import one table back from a dump file?
What's dateware house and what's clustor with practicle example
How to write a query with a left outer join in oracle?
if you ctreate table identity
What is tns entry?