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

来源:互联网 发布:mac os qq 远程协助 编辑:程序博客网 时间:2024/06/06 08:40

alter table student drop constraint stu_mid_fk;alter table student add constraintstu_mid_fk foreign key(mid) references major(id);


原创粉丝点击