find out the third highest salary?
Answer Posted / ravindra
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 | 0 No |
Post New Answer View All Answers
master table and child table performances and comparisons in Oracle ?
What is a system tablespace?
What to do if dba lost the system password?
How do we represent comments in oracle?
What is hash cluster in oracle?
How do I know if oracle client is installed on windows?
What is oracle latest version?
How to store pictures on to the database?
How to load a large xml file?
What is oracle rownum?
What is the data type of dual table?
What is a sub query and what are the different types of subqueries?
Is rowid unique in oracle?
What is sequence?
What is ordinary table in oracle?