📝 Question
#1743
Which of the following is used for undo operations alone?
✓
Correct Answer
A. Logical logging
💡
Explanation
If the operation inserted an entry in a B+-tree, the undo information U would indicate that a deletion operation is to be performed, and would identify the B+-tree and what entry to delete from the tree. Such logging of information about operations is called logical logging.
⌨️ Press
A
B
C
D
to select