JOIN----连接:分为内连接、左连接和右连接。
在sql语句中,关键字分别是:
内连接:inner join 或 join
左连接: left join
右连接: right join
其中,内连接表示交集,如图所示: