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, a开发者_如何学运维nd durability. What others are out there?
CRUD - Create/Read/Update/Delete, the four basic DB operations.
To remember the first three normal forms:
The key, the whole key, and nothing but the key.
Just for giggles:
I'll curse you, if you use a cursor
精彩评论