-
If an error occurs during the transaction the troubleshoot is ____________.
-
- commit
- update
- delete
- rollback
- 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.