Home » MYSQL » Transactions » Question
  1. What is the command to disable autocommit and launch a transaction?
    1. DISABLE AUTOCOMMIT
    2. TRANSACTION
    3. START TRANSACTION
    4. INITIATE TRANSACTION
    5. 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.



Your comments will be displayed only after manual approval.