Least You Need to Know: SQL Joins as Relation Operations
打开课程
SQL joins are concrete relation operations. Interview questions about joins usually reduce to three ideas: which rows survive, when rows duplicate, and when missing matches turn into `NULL` values.