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.