Question

Optimistic concurrency does which of the following as you work on a particular record in the database?
a) Checks if somebody else made a change since you retrieved the record
b) Checks if you made the change before releasing the record to somebody else
c) Checks if you made a change since the last time you retrieved this record
d) Checks if the record was changed within last couple of days

Answer

This answer is hidden. It contains 1 characters.