Concept Flow - Inner, left, right, and full outer joins
Start with two tables
Choose join type
Inner
Match rows based on key
Return joined table with different rules
End
Start with two tables, pick a join type, match rows by key, and return a combined table based on join rules.