find out the third highest salary?
Answer Posted / ayaz mahmood
select max(sal) from emp
where sal= (select max(sal) from emp
where sal< (select max(sal) from emp
where sal< (select max(sal) from emp)))
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why do you use stored procedures and state some of its disadvantages?
Explain the difference between sap and oracle?
What is a tns file?
what is normalisation?what are its uses?
Is primary key indexed by default in oracle?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
What is oracle rowcount?
What to do if the startbd.bat failed to start the xe instance?
How to create a table index in oracle?
What is meant by raw datatype?
Name the three major set of files on disk that compose a database in Oracle?
How to resolve the ORA-39133 error in Oracle?
What is data file?
How do we create privileges in oracle?
How to create a new oracle data file?