Multiple choice technology databases

The Minimum number of tables required to establish a many to many relationships are...

  1. 2

  2. 4

  3. 3

  4. 5

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A many-to-many relationship requires three tables: two entity tables plus a junction table that stores foreign key references to both. This intermediate table breaks the M:M relationship into two 1:M relationships.