MySQL 关闭子表的外键约束检察
摘要:
准备: 定义一个教师表、一个学生表;在学生表中引用教师表IDcreate table teachers(teacherID int not null auto_increment primary key,teacherName varchar(8));create table students(s... 阅读全文
posted @ 2015-04-12 17:25 蒋乐兴的技术随笔 阅读(1509) 评论(0) 推荐(0) 编辑