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
Explain phantom deadlock?
What is a database connection string?
What is a trace file?
How many types of locks are present in a database?
What do you mean by cluster and non cluster index?
Explain the record term used in database.
On startup, the transaction log of a database has filled and recovery has suspended, what can I do?
What is the difference between specialization and generalization?
What will happen non-clustered index will be created on clustered index?
What is a sequence? Explain it with one example?
Is storing images in a database a good idea?
How does database replication work?
How many indexes can be created on a table?
How to do Stored procedure testing? Who does this testing (Developer or tester)?
What is the role of tester in discovery(in Checklist)?