Audio CaptionStartStop

Designing Databases

Relationships between tables are the key to a well-designed database. In a one-to-many relationship:

In a relational database, tables are related to one another through links defined by common fields between tables. One-to-many relationships are the most common. In a one-to-many relationship, the primary table contains a key field that is included as a field (the foreign key) in the secondary table. Thus, one record in the first table can relate to many records in the second table. Defining the relationships between the tables is the key to designing a useful database.