Auto saved by Logseq

This commit is contained in:
Ryan 2023-06-14 15:14:30 +08:00
parent 695c3d4fe4
commit 9b22df1d75

View file

@ -1006,7 +1006,6 @@
- There are attributes that apply to some (but not all) instances of an entity. - There are attributes that apply to some (but not all) instances of an entity.
- The instances of a potential subclass participate in a relationship unique to that subclass. - The instances of a potential subclass participate in a relationship unique to that subclass.
- DONE Block 3 - DONE Block 3
collapsed:: true
- DONE DB transaction management - DONE DB transaction management
- DONE ACID (Atomicity, Consistency, Isolation, Durability): A set of properties that guarantee the reliability and integrity of database transactions. - DONE ACID (Atomicity, Consistency, Isolation, Durability): A set of properties that guarantee the reliability and integrity of database transactions.
- 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. - 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.