views:

74

answers:

3
+2  Q: 

Database mnemonics

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
+2  A: 

To remember the first three normal forms:

The key, the whole key, and nothing but the key.

anon
This is a good one, thanks.
fatcat1111
A: 

Just for giggles:

I'll curse you, if you use a cursor

HLGEM
Depends on how the cursor is used. Not all cursors are bad. There's this rad one from pre-2000 Windows called Dinosaur...
glasnt