
Data Analitics Study Notes
Explore how SQL JOINs work
Common JOINs * INNER JOIN: a function that returns records with matching values in both tables * LEFT JOIN: a function that returns all the records from the left table (first mentioned) and only the matching records from the right table (second mentioned) * RIGHT JOIN: a function that returns all records from