Find out the 3rd highest salary?
Answer Posted / vishal beri
Select ename from emp e where 2=(select count(distinct(Sal))
from emp where sal>e.sal)
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Why do we use partitions in sql?
What is the difference between microsoft access and sql?
What is faster join or subquery?
What is a trigger in sql?
how to run 'mysql' commands from a batch file? : Sql dba
What is nosql example?
What is sql analyzer?
Which function is used to return remainder in a division operator in sql?
What is java sql connection?
What is insert command in sql?
What is before trigger?
Should I use mbr or gpt?
What pl/sql package consists of?
Is sql better than excel?
How to raise user-defined exception with custom sqlerrm ?