Question: Which of the following is a common method for implementing concurrency control?
Options:
Correct Answer: Two-phase locking
Solution:
Two-phase locking is a common method for implementing concurrency control to prevent conflicts between transactions.