ACID
Quick Definition
Properties guaranteeing reliable transaction processing
Full Definition
Properties Atomicity, Consistency, Isolation, Durability guaranteeing reliable transactions.
Examples
transaction management, data integrity, consistency guarantees
Related Terms
transaction
relational-database
More Database Terms
Isolation Level
Degree of visibility between concurrent transactions
ORM
Mapping object-oriented code to database tables
Document Database
NoSQL database storing data as flexible JSON-like documents
Trigger
Special procedure that auto-executes on table events
Referential Integrity
Constraint ensuring table relationships remain consistent
Key-Value Store
NoSQL database storing data as key-value pairs