When mapping a many-to-many (M:N) binary relationship to relational tables, the correct approach is to:
-
A
Add a foreign key to one of the two entity tables
-
B
Create a new junction table with foreign keys referencing both entity tables
-
C
Merge both entities into one large table
-
D
Add a foreign key to both entity tables pointing at each other