Data modelling - Concept
Inner join
A database join that keeps only rows with a match on both sides
What's it for?
To return only records that have matching data in both joined tables.
Data modelling - Concept
A database join that keeps only rows with a match on both sides
To return only records that have matching data in both joined tables.