Rate honestly — the schedule only works if Again means again.
Card 1 of 20
Define ACID and each letter precisely.
Reveal answer · press Space or Enter
Atomicity: all-or-nothing (commit or rollback). Consistency: valid state→valid state (app responsibility). Isolation: concurrent txns don't interfere (serializable). Durability: committed changes persist (WAL).
Sign in to make the schedule stick across sessions.