find out the third highest salary?
Answer Posted / manoj
select salary from emp
where salary = (select max (salary) from emp
where salary < (select max (salary) from emp
where salary < (select max (salary) from emp)));
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a tns file?
How to rename an index in oracle?
What are named parameters?
How to bring a tablespace online?
How to create tables for odbc connection testing?
What is a read only transaction in oracle?
Explain an index?
What is a table index in oracle?
What is a table in oracle?
What are the different types of record groups in oracle? Explain each of them
How to use "if" statements on multiple conditions?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
Explain the difference between sql and oracle?
How to rename an existing table?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??