📜  sql 外键 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:01.151000             🧑  作者: Mango

代码示例6
Foreign Key: 
It is a column that comes from a different table and
using Foreign key tables are related each other
It is the primary key of another table
It can be duplicate or null for another table