Basic Concepts
ACID Principle
Atomicity:Atomicity: the entire transaction happens at once, or doesn't happen at allConsistency:Consistency: database must be consistent before and after transactionsIsoluation:Isoluation: multiple transactions can occur independently without inteferenceDurability:Durability: changes of a successful transaction occurs even if the system failure occurs