SQLBloopers

The Database of Disasters

A collection of the most egregious database errors, because even the best of us have made mistakes.

The Great Insert-All

A database of 10 million rows of identical records, because who needs data integrity, anyway?

Read the full insert

The Missing Primary Key

A table with no primary key, because why have constraints, right?

Read the full story

The Cascade of Cascading Deletes

A database of tables that delete themselves, because self-sabotage is the answer to all problems.

Read the full cascade