Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:18:52 +05:30
committed by GitHub
parent 4d73b90c5e
commit 00f0afc7e2
+2 -1
View File
@@ -878,7 +878,8 @@ Transactions have the following four standard properties, usually referred to by
ensures that all operations within the work unit are completed successfully. ensures that all operations within the work unit are completed successfully.
Otherwise, the transaction is aborted at the point of failure and all the previous operations are rolled back to their former state. Otherwise, the transaction is aborted at the point of failure and all the previous operations are rolled back to their former state.
**Consistency** ensures that the database properly changes states upon a successfully committed transaction. **Consistency**
ensures that the database properly changes states upon a successfully committed transaction.
Isolation enables transactions to operate independently of and transparent to each other. Isolation enables transactions to operate independently of and transparent to each other.