From 00f0afc7e23eec9f520df398a2b6ac770faa572d Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:18:52 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 917d254..3067f88 100644 --- a/README.md +++ b/README.md @@ -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. 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.