answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?