📝 Question
#1749
If ___________ are not obtained in undo operation it will cause problem in undo-phase.
✓
Correct Answer
A. Higher-level lock
💡
Explanation
Operations acquire lower-level locks while they execute, but release them when they complete; the corresponding transaction must however retain a higher-level lock in a two-phase manner to prevent concurrent transactions from executing conflicting actions.
⌨️ Press
A
B
C
D
to select