摘要: 多表查询分类 案例:创建部门表 和 员工表(熟悉多表查询) -- 部门表 CREATE TABLE dept( id int auto_increment comment "ID" primary key , name varchar(50) not null comment "部门名称" )com 阅读全文
posted @ 2023-11-30 20:08 马铃薯1 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 案例1:创建部门表 和 员工表(熟悉多表查询) -- 部门表 CREATE TABLE dept( id int auto_increment comment "ID" primary key , name varchar(50) not null comment "部门名称" )comment " 阅读全文
posted @ 2023-11-30 18:10 马铃薯1 阅读(17) 评论(0) 推荐(0) 编辑