Home »
MCQs »
DBMS MCQs »
DBMS Deadlock MCQs
DBMSs that use the ___ scheme will simply check the timestamp of both transactions if a transaction seeks to access a resource that is already locked by another transaction
15. DBMSs that use the ___ scheme will simply check the timestamp of both transactions if a transaction seeks to access a resource that is already locked by another transaction.
- Live
- Die
- Wait-Live
- Wait-Die
Answer: D) Wait-Die
Explanation:
DBMSs that use the Wait-Die scheme will simply check the timestamp of both transactions if a transaction seeks to access a resource that is already locked by another transaction.