-
What is generally done if an error occurs during the transaction?
-
- commit
- update
- rollback
- delete
- None of these
Correct Option: C
Whenever an error occurs during a transaction, it is generally taken to the state prior to the beginning of transaction execution. This is know as rollback. It is a set of undo operations.