Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:15:36 +05:30
committed by GitHub
parent e9459ce0d4
commit f03ac0d842
+2 -1
View File
@@ -864,6 +864,7 @@ A view can be updated under certain conditions which are given below
# SQL - Transactions ⭐ # SQL - Transactions ⭐
- A transaction is a unit of work that is performed against a database. Transactions are units or sequences of work accomplished in a logical order, whether in a manual fashion by a user or automatically by some sort of a database program. - A transaction is a unit of work that is performed against a database.
- Transactions are units or sequences of work accomplished in a logical order, whether in a manual fashion by a user or automatically by some sort of a database program.
A transaction is the propagation of one or more changes to the database. For example, if you are creating a record or updating a record or deleting a record from the table, then you are performing a transaction on that table. It is important to control these transactions to ensure the data integrity and to handle database errors. A transaction is the propagation of one or more changes to the database. For example, if you are creating a record or updating a record or deleting a record from the table, then you are performing a transaction on that table. It is important to control these transactions to ensure the data integrity and to handle database errors.