•Many-to-Many Relationship, a row in table A can have many matching rows in table B, and vice versa.
•You create such a relationship by defining a third table, called a junction table, whose primary key consists of the foreign keys from both table A and table B.
•For example, theauthorstable and thetitlestable have a many-to-many relationship that is defined by a one-to-many relationship from each of these tables to thetitleauthorstable.