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
How to convert characters to dates in oracle?
Write a syntax for update query in oracle?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
Is there an oracle sql query that aggregates multiple rows into one row?
How to write date and time interval literals in oracle?
Difference between hot backup vs. Cold backup?
what is the difference between functional dependecy and multilevel dependency?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
How to define default values for formal parameters?
Explain the use of show option in imp command.
How do I manually uninstall oracle client?
Whats the benefit of dbms_stats over analyze?
Give the constructs of a package, function or a procedure.
How do we display rows from the table without duplicates?
What is an Oracle Instance?