In a relational database, what does a one-to-many relationship imply?

  • Each record in the "many" table can be related to multiple records in the "one" table
  • Each record in the "many" table can be related to only one record in the "one" table
  • Each record in the "one" table can be related to multiple records in the "many" table
  • Each record in the "one" table can be related to only one record in the "many" table
A one-to-many relationship in a relational database implies that each record in the "one" table can be related to multiple records in the "many" table. This type of relationship is fundamental in database design and is often represented using foreign keys.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *