Reputation: 203
What is the best way to design a table for a m:n relation between two entities??
Upvotes: 0
Views: 185
Reputation: 1656
Three tables. One defining the first entity, one defining the second, and a third representing the relationship between them.
Upvotes: 3