数据库的多表连接查询 emp表,dept表,salgrade表emp表,dept表,salgrade表 相关表emp表dept表salgrade表
数据库的多表连接查询 emp表,dept表,salgrade表emp表,dept表,salgrade表 相关表#创建dept表CREATE table dept(DEPTON int(2) not NULL,DNAME varchar(14),LOC varchar(13) )INSERT into dept VALUES(10,'ACCOUNTING','NEW YORK');INSERT into dept VALUES(20,'RESEARCH','DALLAS');INS