📝 Question
#1745
To perform logical redo or undo, the database state on disk must be operation ___________ that is, it should not have partial effects of any operation.
✓
Correct Answer
C. Consistent
💡
Explanation
Data structures such as B+-trees would not be in a consistent state, and neither logical redo nor logical undo operations can be performed on an inconsistent data structure.
⌨️ Press
A
B
C
D
to select