Answer
A transaction is a unit of work ensured by ACID properties:
- Atomicity: All-or-nothing behavior.
- Consistency: Constraints must remain valid.
- Isolation: Controls concurrency.
- Durability: Committed data survives crashes via logging.
A transaction is a unit of work ensured by ACID properties:
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ