Auto saved by Logseq
This commit is contained in:
parent
b606b26a46
commit
c544db57d4
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue