Question: Inside a transaction, several operations need to be performed. What would you do if an exception happens during that transaction?
- `UNDO`
- `UNCOMMIT`
- `ROLLBACK`
- `REVERSE`
Answer: The correct answer of the above question is Option C:`ROLLBACK`