find out the third highest salary?
Answer Posted / sukanya
select max(sal) from emp where sal<
(select max(sal) from emp where sal <
(select max(sal) from emp));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What is execute immediate in oracle?
What are the set operators union, union all, minus & intersect meant to do?
How to use regular expression in pattern match conditions in oracle?
How do I escape a reserved word in oracle?
How many types of database triggers exist?
What is the purpose of save points in oracle database?
What are the benefits of ordbms?
What is a server parameter file in oracle?
How can I create database in oracle?
What is an Oracle index?
Is rowid unique in oracle?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
What are nested tables?
Can objects of the same schema reside in different tablespace?