IdeasCuriosas - Every Question Deserves an Answer Logo

In Computers and Technology / College | 2025-07-05

In database relationships, what is a "one-to-many" relationship?
A. Many records link to one record
B. Many records link to many records
C. One record links to many records
D. One record links to one record

Asked by lakshay9574

Answer (1)

A one-to-many relationship in databases allows one record in a table to be linked to multiple records in another table. For instance, a teacher can have many students in a school database. This concept is crucial for effective database design. ;

Answered by GinnyAnswer | 2025-07-05