-
SQL语言基础-连接的类型
资源介绍
连接的类型
*
等连接
非等连接
外连接
自连接
*
Types of Joins
There are two main types of join conditions:
Equijoins
Non-equijoins
Additional join methods include the following:
Outer joins
Self joins
Set operators
Note: Set operators are not covered in this course. They are covered in another SQL course.
Instructor Note
Do not get into details of all the types of joins. Explain each join one by one as is done in the following slides.