Home » MYSQL » Transactions » Question
  1. What is generally done if an error occurs during the transaction?
    1. commit
    2. update
    3. rollback
    4. delete
    5. 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.



Your comments will be displayed only after manual approval.