Comcast Interview Question

Describe many to many relationship in a database.

Interview Answer

Anonymous

Nov 19, 2022

Many to many relationships can be done by cartesian table connecting two tables . A intermediate table will have foreign keys of parent tables.