Find out the 3rd highest salary?
Answer Posted / srikanth
select q.sal
from emp q
where 3=(select distinct(count(b.sal))
from emp b
where q.sal<=b.sal)
| Is This Answer Correct ? | 17 Yes | 10 No |
Post New Answer View All Answers
What is function and procedure in pl sql?
Can you call pl/sql package functions from within a fast formula?
How to use transactions efficiently : transact sql
What are views in sql?
How to install oracle sql developer?
What is the advantage of nosql?
explain access control lists. : Sql dba
what are the authentication modes in sql server? How can it be changed? : Sql dba
Could you please provide oca (oracle 10g) dumps for my certification ?
What is cold data?
What packages(if any) has oracle provided for use by developers?
what is not null constraint? : Sql dba
Is sql procedural language?
What is user defined functions?
what is the difference between sql and t-sql? : Transact sql