If the primary key of the workshop offerings table contains the primary key for both the workshop table and account table, there is a ____ relationship between accounts and workshops.

Respuesta :

If the primary key of the workshop offerings table contains the primary key for both the workshop table and account table, there is a many-to-many relationship between accounts and workshops.
one-to-many relationship includes the primary key of the “one” table as a foreign key in the “many” table.