Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:19:32 +05:30
committed by GitHub
parent 0ad9e740d3
commit 5ef18c6e82
+2 -1
View File
@@ -881,6 +881,7 @@ Otherwise, the transaction is aborted at the point of failure and all the previo
**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.
Durability ensures that the result or effect of a committed transaction persists in case of a system failure.