摘要: --删除外键 语法:alter table 表名 drop constraint 外键约束名 如: alter table Stu_PkFk_Sc drop constraint FK_s alter table Stu_PkFk_SC drop constraint FK_c --添加外键 语法: 阅读全文
posted @ 2017-12-01 09:56 shuai7boy 阅读(562) 评论(0) 推荐(0)