how to check the 3rd max salary from an employee table?
Answer Posted / kumar sumit
select max(sal) from emp where sal not in(select max(sal)
from emp where sal not in(select max(sal) from emp))
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How can triggers be used for the table auditing?
What are transaction and its controls?
what is text? : Sql dba
What operating systems are supported by oracle sql developer?
What are the advantages of normalization?
Where do we use pl sql?
What is difference between pl and sql?
Is sql a programming?
What is pl sql architecture?
What is the unique index?
What are the uses of merge?
How do you add a column to a table?
What is pl sql script?
What is the use of non clustered index?
Explain about various levels of constraint.