StackOverflow: MySQL Multiple Tables or Serialized Data

A helpful discussion over at StackOverflow on when to use separate database tables versus serializing data within a single (or several) tables.

(Personally, I prefer separate db tables…but I may just be old-fashioned).