Archive for 8 May 2007

MySQL Joys

1NF teaches us that we should not store repeating groups in fields. Given that we have a table satisfying 1NF containing values as such: 1, 1, 2, 1, 1, 2, 1, 3,…