-
What is the command to disable autocommit and launch a transaction?
-
- DISABLE AUTOCOMMIT
- TRANSACTION
- START TRANSACTION
- INITIATE TRANSACTION
- None of these
Correct Option: C
By default, MySQL runs in the autocommit mode. This means that the changes performed by individual statements or operations on tables are automatically committed to the database immediately.