I'm looking for mnemonics to help me with databases, the relational model and transaction theory. For example I learned "ACID" to help me remember the properties of a transaction: atomicity, consistency, isolation, and durability. What others are out there?
+2
A:
CRUD - Create/Read/Update/Delete, the four basic DB operations.
tvanfosson
2010-02-10 20:40:20
+2
A:
To remember the first three normal forms:
The key, the whole key, and nothing but the key.
anon
2010-02-10 20:55:12
This is a good one, thanks.
fatcat1111
2010-02-10 21:30:41