FOREIGN KEY is a field (or assortment of it) in one table that alludes to the PRIMARY KEY in another table. The FOREIGN KEY requirement is utilised to forestall activities that would crush joins between tables.FOREIGN KEY query. Something like this :FOREIGN KEY (Any_ID) REFERENCES Table_to_reference(Any_ID)