Noun
foreign key (plural foreign keys)
(databases) A column (or group of columns) in a relational table that identifies another table, so that items in the two tables can be conceptually linked.
Foreign key main A foreign key is a field in a relational table that matches the primary key column of another table. Source: Internet