Students where asking about set autocommit = 0
In my opinion we shouldn't mention this syntax and only keep the subject concise by only talking about START TRANSACTION, COMMIT and ROLLBACK
These keywords do the same as set autocommit but are better words that are also found in ORM's and even in other DBs.
Students where asking about
set autocommit = 0In my opinion we shouldn't mention this syntax and only keep the subject concise by only talking about
START TRANSACTION,COMMITandROLLBACKThese keywords do the same as
set autocommitbut are better words that are also found in ORM's and even in other DBs.