From c544db57d45cec6891a76047d1befb9cc1b4e7a5 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 14 Jun 2023 23:09:12 +0800 Subject: [PATCH] Auto saved by Logseq --- pages/总复习2023t1.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/总复习2023t1.md b/pages/总复习2023t1.md index 8bd2c6c..bf81016 100644 --- a/pages/总复习2023t1.md +++ b/pages/总复习2023t1.md @@ -1064,7 +1064,6 @@ - One transaction's failure causes many to fail. - DONE ACID (Atomicity, Consistency, Isolation, Durability): A set of properties that guarantee the reliability and integrity of database transactions. #flashcard id:: 64841da4-0055-4d34-9f61-1402ff068ec7 - collapsed:: true - Atomicity: :-> The property that ensures a transaction is treated as a single, indivisible unit of work. It either executes all its operations successfully or rolls back to the initial state if any operation fails. id:: 64841d38-4ea9-4b76-8585-8b9de23915da - Consistency: :-> The property that ensures a transaction transforms the database from one consistent state to another consistent state. It maintains data integrity and adheres to defined business rules.