ended3월 25일· 3 sources

ATOMICITY

원자성(Atomicity)

Why it matters

The document demonstrates database atomicity through SQL transactions on an accounts table. It shows that a successful transaction commits all changes together, while a failed or rolled-back transaction discards all changes, ensuring no partial updates occur. This property is critical for financial operations like wallet transfers where money must be deducted and added as a single unit.

3
Sources
+0
24h
Growth
173d
Active
acidatomicitydatabaserollbacksqltransaction

Sources

Related Issues