sql 多表查询

sql 多表查询 1.等值连接    select e.empno d.dname   from  emp e,dept d where  e.deptno=d.deptno; 2.不等值连接  SQL> --不等值连接 SQL> --查询员工信息: 员工号 姓名 月薪 工资级别 SQL> select * from salgrade; GRADE LOSAL HI
相关文章
相关标签/搜索