In a database, what is the term for a lock that prevents other transactions from accessing a resource?
Q1. In a database, what is the term for a lock that prevents other transactions from accessing a resource?
Answer: Exclusive lock
Explanation: An exclusive lock prevents other transactions from accessing the locked resource. NET computer science MCQs often test this core concept.