InterviewSolution
Saved Bookmarks
| 1. |
If an error occurs during the transaction the troubleshoot is ____________(a) delete(b) rollback(c) commit(d) update |
|
Answer» Correct choice is (b) rollback The best I can explain: Whenever an error occurs during a transaction, it is generally taken to the state prior to the beginning of transaction execution. This is known as rollback. It is a set of undo operations. |
|