DBMS Imp Questions
DBMS Imp Questions
UNIT 1
UNIT 2
UNIT 3
UNIT 4
1. Explain states of transactions
Or
How do we implement atomicity or durability of transaction
2. Explain the properties of transaction
3. How do we control concurrent execution of transaction
4. Explain serializability/ Testing Serializability
5. How do we ensure isolation and atomicity of transaction
6. How do we implement isolation levels of transaction
7. Explain lock based protocols briefly
Or
Explain two phase locking
Or
How to prevent / detect / recover deadlock in transaction
8. Explain graph based protocol.
9. Explain multiple granularity
10. Explain timestamp based protocol
11. Explain validation based protocols
12. Explain types of failures (2M)
13. Explain Thoma’s rule (2M)
14. Explain types of storages (2M)
15. Explain remote backup (2M)
16. Explain fail stop assumption(2M)
17. Explain deadlock (2M)
18. Explain lock table (2M)
19. How to ensure atomicity while recovery from failure
Or
Explain recovery algorithms in concurrent transactions
20. Explain the following types of schedules
a. Serial schedule
b. Cascadeless schedule
c. Recoverable schedule
d. Serializable schedule
UNIT 5