Single Choice Easy

QWhat is a many-to-many relationship in a relational database?

ID: #15432 Relational database concepts 117 views
Question Info
#15432Q ID
EasyDifficulty
Relational database conceptsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • 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
Correct Answer

Explanation

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.

Share This Question

Challenge a friend or share with your study group.