What Is Transaction in MySQL

Q

What Is Transaction in MySQL?

✍: FYIcenter.com

A

A transaction is a logical unit of work requested by a user to be applied to the database objects. MySQL server introduces the transaction concept to allow users to group one or more SQL statements into a single transaction, so that the effects of all the SQL statements in a transaction can be either all committed (applied to the database) or all rolled back (undone from the database).

 

What Is Commit in MySQL

What Is CSV in MySQL

Database Basics and Terminologies in MySQL

⇑⇑ MySQL Database Tutorials

2016-10-16, 1347🔥, 0💬