find out the third highest salary?
Answer Posted / ashutosh pandey
select sal from emp
where sal=(select min(sal) from emp
where sal>(select min(sal) from emp
where sal>(select min(sal) from emp);
| Is This Answer Correct ? | 69 Yes | 204 No |
Post New Answer View All Answers
What privilege is needed for a user to create views in oracle?
How to use "startup" command to start default instance?
What are the different types of failures that occur in Oracle database?
Explain oracle insert into command?
What is oracle database client?
Explain what are the type of synonyms?
How to create a new table in oracle?
How to bring a tablespace offline?
what is the use of system.effective.date variable in oracle?
Write a trigger example in oracle?
What is sharded cluster?
What is oracle rownum?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
Why is oracle so popular?
How to check database size in Oracle?