This illustration demonstrates a many-to-many relationship mapping to a table. The mapping results in three tables: one for the employee, one for the project, and an association table. The association table contains foreign keys that point to the employee and project table primary keys.