Common DB Design Errors
Multiple instances in same row of table, e.g. first_value, second_value, third_value [Problem: what to do with 4th value?]
Same data item repeated in multiple places, e.g. address appears in two different tables [Problem: how to keep two values synchronized?]