Relationship between primary key and foreign key
Anonymous:
a primary is a used to specify a value in a table . and primary key of another table is known as foreign key
Answers
Answered by
6
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