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 does pl sql developer do?
explain the difference between delete , truncate and drop commands? : Sql dba
What are the types of triggers in sql?
Is truncate ddl or dml?
Is oracle and sql same?
What is sql character function?
How to run sql*plus commands in sql developer?
What is use of trigger?
How do sql triggers work?
What is sap sql?
Is sqlite free?
Enlist the advantages of sql.
Explain the significance of the & and && operators in pl sql.
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is sql mysql pl sql oracle?