Answer:
Answer down below
Step-by-step explanation:
Question Answered: The _Foreign keys_ creates links between two tables.
What creates links between two tables?
Foreign keys.
What are Foreign keys?
"A foreign key is a column or columns of data in one table that connects to the primary key data in the original table."
What do foreign key" do? "A foreign key" is column in a table points. To a column with unique values in another table (often the primary key column) to create a way of cross-referencing the two tables.
Details on how to use a foreign key:
(DEF)_ A foreign key is a constraint that links a column in one table. (table_1.column_a) to a column in a different table (table_2.column_b) and ensures that a value can be added to column_a only if the same value already exists in column_b.
Hope this helps :3
~~Wsfads~~