A field (or group of fields) in one table that points to the primary key in another table is known as a FOREIGN KEY. The table that has the main key is referred to as the referenced or parent table, while the table that has the foreign key is called the child table.
Vishalini.R Answered question December 18, 2023
