Data modelling - Concept
Right join
A database join that keeps every row from the right table and matching rows from the left
What's it for?
To preserve every row from the right-hand dataset while bringing in matches from the left.
Data modelling - Concept
A database join that keeps every row from the right table and matching rows from the left
To preserve every row from the right-hand dataset while bringing in matches from the left.