FDM Group Interview Question

What's the many-to-many relationship in SQL?

Interview Answer

Anonymous

Feb 21, 2018

Many-to-many relationship in SQL is a type of cardinality that refers to entity relationships where multiple records in one table are related to multiple records in another table.

2