the definition of primary and foreign key relationships are set using SQL---
Answers
Answered by
1
Answer:
A primary key-foreign key relationship defines a one-to-many relationship between two tables in a relational database. ... A foreign key is a column or a set of columns in one table that references the primary key columns in another table.
Similar questions