This illustration demonstrates a one-to-many relationship mapping to a table using an association 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. The association table is generated using the default naming.