摘要: 准备数据 create table department ( id int unsigned auto_increment primary key, name char(12) not null unique # 部门名称唯一 ); create table teacher( id int unsi 阅读全文
posted @ 2020-09-02 11:14 云崖先生 阅读(161) 评论(0) 推荐(1) 编辑