Question
A student is analyzing Concurrency Control. Which statement about strict two-phase locking is correct?
Correct Answer: C
exclusive locks are held until the transaction commits or aborts
This statement is correct because strict two-phase locking means that exclusive locks are held until the transaction commits or aborts.
This statement is correct because strict two-phase locking means that exclusive locks are held until the transaction commits or aborts.
Leave a Reply