二、sql99语法
/
语法:
select 查询列表
from 表1 【连接类型】
join 表2
on 连接条件
【where 筛选条件】
【group by 分组】
【order by 排序列表】

分类:
内连接(
):inner
外连接
左外():left【outer】
右外(
):right【outer】
全外:full【outer】
交叉连接:cross
*/

image.png image.png image.png

image.png image.png

image.png( 全外) image.png