find out the third highest salary?
Answer Posted / neha
select max(sal) from emp where sal <(select max(sal)from emp
where sal<(select max(sal) from emp));
| Is This Answer Correct ? | 103 Yes | 31 No |
Post New Answer View All Answers
What is a Garbage Collection? and what is full recursive Garbage collection?
what is the difference between data migration and production migration.
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
How to load data from external tables to regular tables?
Write a trigger example in oracle?
How can I create database in oracle?
What is a system tablespace?
How do I uninstall oracle 11g?
Explain enable novalidate constraint.
How to load data through external tables?
What is parameterized cursor in oracle?
How to grant create session privilege to a user in oracle?
What do you mean by merge in oracle and how can you merge two tables?
What is rowid and rownum in oracle?
What is tns service name?