From 023cf57f906afadb0ab490b2616b1fb6564126ae Mon Sep 17 00:00:00 2001 From: Abiel7 <56592834+Abiel7@users.noreply.github.com> Date: Thu, 25 Nov 2021 10:15:13 +0100 Subject: [PATCH] update (#192) updated much to must --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29e5e79..373247a 100644 --- a/README.md +++ b/README.md @@ -7664,7 +7664,7 @@ Not only this will tell you what is expected from you, it will also provide big
What does it mean when a database is ACID compliant?
-ACID stands for Atomicity, Consistency, Isolation, Durability. In order to be ACID compliant, the database much meet each of the four criteria +ACID stands for Atomicity, Consistency, Isolation, Durability. In order to be ACID compliant, the database must meet each of the four criteria **Atomicity** - When a change occurs to the database, it should either succeed or fail as a whole.