From 5241cb2cbf8717f01a73657e5b1e8525a83bb60e Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:23:28 +0530 Subject: [PATCH] Update README.md --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 87f8532..b77bb75 100644 --- a/README.md +++ b/README.md @@ -874,19 +874,13 @@ 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** +**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. +**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. +**Durability** − ensures that the result or effect of a committed transaction persists in case of a system failure. ## Transaction Control Commands