📝 Question
#1630
Problems occurs if we don’t implement a proper locking strategy
✓
Correct Answer
B. Phantom reads
💡
Explanation
In a concurrent execution of these transactions, it is intuitively clear that they conflict, but this is a conflict not captured by our simple model. This situation is referred to as the phantom phenomenon, because a conflict may exist on “phantom” data.
⌨️ Press
A
B
C
D
to select