Learn to distinguish between the different types of relationships between data in your database: the "belongs to"/"has many" and "many-to-many" relationships. Understand how to build each type of ...
Join Tables and the "many-to-many" Relationship A join table contains common fields from two or more other tables. In this way, it creates a many-to-many relationship between data. Let's take a closer ...