All Articles

DB Table Relationship

One to One

  • One record in a table
  • The record is associated with one and only one record in another table
  • A primary key

One to Many

  • One record in a table
  • The record can be associated with one or more records in another table

Many to Many

Record : One set of fields in a database table.