write a query for the fifth highest salary?
Answer Posted / p.chella vijaya
select top 5 (salary) from emp order by desc
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
What is a reference table in database?
Explain phantom deadlock?
What is ole db ado?
What is the database url?
Explain alternate key?
Is it good to store images in database?
What is database bounce?
Is redis in memory database?
What are the advantages of views in a database?
What is the role of tester in discovery(in Checklist)?
What is a database call?
What advantages does DBMS have over traditional file systems?
What do you mean by database?
What is a super key?
What is difference between clustered, non-clustered and unique index?