Joins Flashcards
Explain Each
1
Q
Left Join
A
A table that contains all values from the left table (primary) and corresponding matches from the right table.
When a value in the left table doesn’t have a corresponding match in the right table, you see a null value in the data grid.
2
Q
Inner Join
A
When you use an inner join to combine tables, the result is a table that contains values that have matches in both tables.
3
Q
Outer Join
A
A table that contains all values from both tables.
When a value from either table doesn’t have a match with the other table, you see a null value in the data grid.