Archive for January 2011

A many to many relationship table – solving the exclude relation problem

I will start by defining the MySQL Many to Many relationship (Experts can skip to the next paragraph) What is A MySQL many to many relationship A MySQL many to many relationship is a relationship that is multi-valued in both directions. This type of relationship is helped by the use of a linking table. For […]