From 13f919cf926f5eebbdbf90032bf7bd6408f87b14 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:22:45 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1f5d62..87f8532 100644 --- a/README.md +++ b/README.md @@ -875,8 +875,9 @@ 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. **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.