find out the third highest salary?
Answer Posted / sam
Guys
See the correct answer.
select distinct sal from emp a where 4 =(select
count(distinct(sal)) from emp where a.sal <= sal)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a subquery in oracle?
Is rowid unique in oracle?
What do you understand by database schema and what does it hold?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How to use null as conditions in oracle?
Point the difference between translate and replace?
Does oracle partitioning improve performance?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
Can you assign multiple query result rows to a variable?
What is save point in oracle database?
What is the difference between sharding and partitioning?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
What is concurrency in oracle?
What are transaction isolation levels supported by oracle?
What are internal user account in oracle?