18 - Transactions In MySQL 8 | MySQL DBA Tutorial | MySQL 8 DBA Tutorial

preview_player
Показать описание
Performing transactions
what is Autocommit
Using savepoints
Atomicity, Consistency, Isolation, and Durability(ACID) properties

Please Follow me on Social Media
Рекомендации по теме
Комментарии
Автор

If I want to perform an acid transaction on say six documents from different categories, do I have to await each query one at a time or can I just send one query to handle all the transaction at once?

scottmcmahon