Question
A student is analyzing Concurrency Control. Which statement about shared lock is correct?
Correct Answer: B
a lock that allows concurrent reading but prevents conflicting writes
This statement is correct because shared lock means that a lock that allows concurrent reading but prevents conflicting writes.
This statement is correct because shared lock means that a lock that allows concurrent reading but prevents conflicting writes.
Leave a Reply