Question
A student is analyzing Concurrency Control. Which statement about exclusive lock is correct?
Correct Answer: D
a lock required for writing that prevents other conflicting reads or writes
This statement is correct because exclusive lock means that a lock required for writing that prevents other conflicting reads or writes.
This statement is correct because exclusive lock means that a lock required for writing that prevents other conflicting reads or writes.
Leave a Reply