Find out the 3rd highest salary?
Answer Posted / satya
Hi,
Select sal from emp e where 3>=(select count (Sal)
from emp where sal>e.sal) order by sal desc;
Regards,
Satya.k
| Is This Answer Correct ? | 23 Yes | 35 No |
Post New Answer View All Answers
How to add, remove, modify users using sql?
what is a field in a database ? : Sql dba
What is difference between hql and sql?
What does data normalization mean?
What is synonyms?
How to run pl/sql statements in sql*plus?
Who is the owner of mysql database?
What is data abstraction in sql?
Why do we use sql constraints?
How many sql databases can you have on one server?
How many sql are there?
Does access use sql?
how to select first 5 records from a table? : Sql dba
What is clustered index in sql?
What is right join in sql?