Answer:
This scenario is an example of the lost update problem
Explanation:
Lost update problem happens when two or more users are updating same data items simultaneously.
The update (among the concurrent updates) that commits at last will recorded as the final value of that particular data item. The other updates will be overwritten and those changes are lost.