Kizspy | Question: 44
(Choose 1 answer)
How do we model a many-to-many relationship between two database tables?
A. We add a table with two foreign keys
B. We use a BLOB column in both tables
C. We add 10 foreign keys to each table with names like artict_id_1, artist_id2, etc.
D. We use the ARRAY column type in both of the tables