您的位置:首页 > 数据库

一个包含各种约束条件的sql脚本

2013-07-22 17:46 316 查看


alter table student drop constraint stu_mid_fk;
alter table student add constraint
stu_mid_fk foreign key(mid) references major(id);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐