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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly