volume_mute
The backup and recovery subsystem ensures that if a computer system fails during a transaction, the database is restored to the state it was in after the transaction partially completed
publish date: 2025/09/10 20:09:41.770287 UTC
volume_mute
Correct Answer
False
Explanation
Recovery subsystem restores the database to the state it was in before the transaction started executing. This is a fundamental principle of transaction recovery.
Reference
Fundamentals of database systems (7th edition)
