作者:师弟 | 来源:互联网 | 2023-10-12 21:08
数据库|mysql教程MySql,级联,关系,数据库,class,teacher,数据库-mysql教程4567高清影院马克斯源码,ubuntu双击文件设置,可以装多个tomcat
数据库|mysql教程
MySql,级联,关系,数据库,class,teacher,
数据库-mysql教程
4567高清影院马克斯源码,ubuntu双击文件设置,可以装多个tomcat吗,python爬虫概念,南京php培训学校,东西湖百度seo多少钱lzw
数据库表: class: teacher class与teacher是一对多 执行SQL: delete from teacher where t_id=1; 数据库的级联设置为: RESTRICT时 报错:a foreign key constraint fails 外键关联 这时需要先将class update class set teacher_id=null where c_id=1 NO A
棋牌源码讨论,vscode中正则搜索,ubuntu 新利得,安装tomcat的过程,脸上爬虫,php 捕捉异常,186seo理想之城,带视频的淘客网站,ppt宝藏模板网lzw
vhms源码下载,ubuntu查看公网ip,把tomcat配置成服务,python论坛爬虫,宝塔nginx部署php网站,诚信seo营销lzw
数据库表:
class:
teacher
class与teacher是一对多
执行SQL:
delete from teacher where t_id=1;
数据库的级联设置为:
RESTRICT时
报错:a foreign key constraint fails 外键关联 这时需要先将class
update class set teacher_id=null where c_id=1
NO ACTION时
与上述一样
SET NULL时
teacher 删除,class中的teacher_id自动设置为null
CASCADE时
teacher中的内容删除,class中与关联的内容也删除