–注意要注意删除和更新时要用主键约束的表进行删除和更新,个人建议
alter table Students add constraint FK_delete foreign key (Dno) references Depts (Dno) on delete CASCADE;
alter table Students add constraint FK_update foreign key (Dno) references Depts (Dno) on update CASCADE;
wx5fe070c23a956 博主文章分类:数据库 ©著作权
–注意要注意删除和更新时要用主键约束的表进行删除和更新,个人建议
alter table Students add constraint FK_delete foreign key (Dno) references Depts (Dno) on delete CASCADE;
alter table Students add constraint FK_update foreign key (Dno) references Depts (Dno) on update CASCADE;
上一篇:java网络基础
vue3级联选择器
SQL级联操作设置 -- > 代码: alter table Borrow Add constraint fk_Borrow_BorrowNo Foreign key ( BorrowNo
事务处理 使用事务处理通过确保成批的SQL操作要么完全执行,要么完全不执行,来维护数据库的完整性。 关系数据库把数据存储在多个表中,使数据更容易操纵、维护和重用。
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M