A foreign key is when a value of one table, which is a primary key of another table.
Manufacturer_table
- id
- name
Models_table
- id
- manufacturer_id
- name
Models_table.manufacturer_id should be defined is a foreign key to the Manufacturer_table.id column