Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:18:13 +05:30
committed by GitHub
parent 07bc6ff7bc
commit b451d0d1e5
+2 -1
View File
@@ -875,7 +875,8 @@ A view can be updated under certain conditions which are given below
Transactions have the following four standard properties, usually referred to by the acronym ACID. Transactions have the following four standard properties, usually referred to by the acronym ACID.
**Atomicity** **Atomicity**
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. 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.
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.