1

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?

Justin R.
  • 23,435
  • 23
  • 108
  • 157

3 Answers3

2

CRUD - Create/Read/Update/Delete, the four basic DB operations.

tvanfosson
  • 524,688
  • 99
  • 697
  • 795
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