Home »
MCQs »
DBMS MCQs »
DBMS Deadlock MCQs
In the case of Wound Wait Scheme, when a resource is held by an older transaction, and a young transaction request it, the older transaction will ___ until the younger transaction releases it
19. In the case of Wound Wait Scheme, when a resource is held by an older transaction, and a young transaction request it, the older transaction will ___ until the younger transaction releases it.
- Not wait
- Wait
- Run
- Move
Answer: B) Wait
Explanation:
When a resource is held by an older transaction, and a young transaction request it, the older transaction will wait until the younger transaction releases it.