首先第一张表还是我们单表查询之前用到t_employee,我们在另外新建一个表t_dept(部门表)建表命令如下: drop table if exists t_dept; CREATE TABLE t_dept ( _id INT PRIMARY KEY, deptno ), dname ), loc ) ); 插入数据: insert into t_dept (_id,deptno,dname,loc) values (','ACCOUNTING','NEW YORK'), (','RESE…