To create a many-to-many relationship between tables
This will become the junction table.
For example, the junction table between the titles table and the authors table is named titleauthors.
You can add other columns to this table, just as you can to any other table.
Adding Tables to a Database Diagram | How to open a database diagram |
How to copy columns from one table to another | Mapping Many-to-Many Key Relationships Using Database Diagrams |