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
Is nosql relational?
What are aggregate functions in sql?
How do I truncate a sql log file?
What does the sign mean in sql?
What is left join example?
Can we write ddl statements in functions?
What's the procedure?
How many primary keys can a table have?
how to shutdown mysql server? : Sql dba
What are field types?
Can a varchar be a primary key?
What is sql dialect?
explain access control lists. : Sql dba
How many triggers can be applied on a table?
What are the types of dbms?