Is it true that primary key included in another table is called a foreign key
Answers
Answered by
0
Answer:
A foreign key is a set of one or more columns in a table that refers to the primary key in another table. There aren't any special code, configurations, or table definitions you need to place to officially “designate” a foreign key. In the diagram below look at the SalesOrderHeader table. The column SalesOrderHeader.
Similar questions