Which of the following statements is true when you use MySQL Workbench to run INSERT, UPDATE, and DELETE statements?
If autocommit mode is on you can rollback the changes by clicking on the Rollback button.
By default, the changes are automatically committed to the database.
By default, the changes are rolled back when you exit MySQL Workbench unless you commit them.
If autocommit mode is on you can commit the changes by clicking on the Commit button.



Answer :

Other Questions