How does a junction table handle a many-to-many relationship?
by converting the relationship to a one-to-one relationship
by moving the data from the source table into the destination table
by directly linking the primary keys of two tables in a single relationship
by breaking the relationship into two separate one-to-many relationships
Answer: 4
by breaking the relationship into two separate one-to-many relationships