Home »
MCQs »
DBMS MCQs »
DBMS Deadlock MCQs
The ___ scheme forces the younger transaction to kill itself and release the resource if the older one requests a resource that is being held by the younger one
17. The ___ scheme forces the younger transaction to kill itself and release the resource if the older one requests a resource that is being held by the younger one.
- Round wait
- Wound wait
- Would wait
- Will wait
Answer: B) Wound wait
Explanation:
The wound wait scheme forces the younger transaction to kill itself and release the resource if the older one requests a resource that is being held by the younger one.