标签:for tab div 外键 add nbsp log 外键约束 lte
alter table 表名 add constraint 外键约束名 foreign key(列名) references 引用外键表(列名)
SQL中创建外键约束
原文地址:http://www.cnblogs.com/xinxin521/p/7011231.html