Home » MYSQL » Transactions » Question
  1. What is generally done after the transactions are executed successfully?
    1. update
    2. rollback
    3. delete
    4. commit
    5. None of these
Correct Option: D

In a transaction, either all the statements are executed successfully or neither of them are successful. This is facilitated by the commit and rollback capabilities. Commit is made after a transaction.



Your comments will be displayed only after manual approval.