QUESTION IMAGE
Question
question 24
3 pts
when using an optimistic approach, during the read phase, a transaction reads the database, executes the needed computations, and makes the updates to a private copy of the database values.
true
false
Brief Explanations
In the optimistic concurrency control approach, during the read phase, a transaction reads the database, executes computations, and updates a private copy (its local workspace) of the database values. This matches the description in the question.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
True