摘要: alter table 需要建立外键的表 with check/nocheck add constraint 外键名字 foreign key (需要建立外键的字段名) references 外键表(外键字段)。 其中的with check /nocheck 的作用: 指定表中的数据是否用新添加的或 阅读全文
posted @ 2019-12-10 15:00 张艳兵 阅读(1174) 评论(0) 推荐(0) 编辑