Collections:
What Is Transaction in MySQL
What Is Transaction in MySQL?
✍: FYIcenter.com
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).
2016-10-16, 2755🔥, 0💬
Popular Posts:
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...
What Are Bitwise Operations in SQL Server Transact-SQL? Bitwise operations are binary operations per...
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
How To List All Stored Procedures in the Current Database in SQL Server Transact-SQL? If you want to...
How To Replace Given Values with NULL using NULLIF() in SQL Server Transact-SQL? Sometime you want t...