find out the third highest salary?
Answer Posted / lakshmi
select sal from emp
where sal = (max(sal) from emp
where sal < (max(sal) from emp
where sal < (max(sal) from emp)));
| Is This Answer Correct ? | 94 Yes | 135 No |
Post New Answer View All Answers
What is an oracle user role?
interview questions with answer for cts
How to drop a tablespace?
Is oracle a programming language?
How can you use check constraints for self referential integrity?
What is private procedure oracle?
How to build data dictionary view an new database?
What is save point in oracle database?
6. Display the client name and order date for all orders using the traditional method.
How to store only time; not date and time?
What is the usage of synonyms?
Can we insert data in view oracle?
Can objects of the same schema reside in different tablespace?
What is oracle in java?
Can I create users through internet explorer in oracle 10g?