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.