- A A relationship where each record in one table is related to multiple records in another table
- B A relationship where each record in one table is related to exactly one record in another table
- C A relationship where multiple records in one table are related to multiple records in another table
- D A relationship where each record in one table is related to zero or one record in another table
- Share this MCQ
Answer:
C
Share this MCQ
A many-to-many relationship in a relational database occurs when multiple records in one table can be associated with multiple records in another table. It requires a junction table to connect the related records, typically using the primary keys of both tables.
Click me to Read more Question & Answer of Relational database conceptsShare this MCQ