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?
Asked
Active
Viewed 651 times
1
-
2This should be community wiki. – Feb 10 '10 at 20:53
3 Answers
2
To remember the first three normal forms:
The key, the whole key, and nothing but the key.
0
Just for giggles:
I'll curse you, if you use a cursor

HLGEM
- 94,695
- 15
- 113
- 186
-
Depends on how the cursor is used. Not all cursors are bad. There's this rad one from pre-2000 Windows called Dinosaur... – glasnt Feb 10 '10 at 22:54