Question: Inside a transaction, several operations need to be performed. What would you do if an exception happens during that transaction?

  1. `UNDO`
  2. `UNCOMMIT`
  3. `ROLLBACK`
  4. `REVERSE`

Answer: The correct answer of the above question is Option C:`ROLLBACK`