时间:2021-07-01 10:21:17 帮助过:2人阅读
zhu表中的code与cong表中的zhu建立了主外键关系
----------------------------------------------------------------------------------------------------------
4.增加外键约束
alter table sc
add constraint fk_student(外键约束的名称)
foreign key(sno)//将sc表中的sno设为外键
references student(sno);关联student表的sno主键
sql创建外键
标签:table color lte str int 外键 char arc post