Data modelling - Concept
Left join
A database join that keeps every row from the left table and matching rows from the right
What's it for?
To keep all rows from the left-hand dataset while adding matching data from the right.
Data modelling - Concept
A database join that keeps every row from the left table and matching rows from the right
To keep all rows from the left-hand dataset while adding matching data from the right.