Recall & Review
beginner
What is a join in Tableau?
A join in Tableau combines rows from two or more tables based on a related column between them, allowing you to analyze combined data in one view.
Click to reveal answer
beginner
Name the four main types of joins in Tableau.
Inner Join, Left Join, Right Join, and Full Outer Join.
Click to reveal answer
beginner
What does an Inner Join do?
An Inner Join returns only the rows where there is a match in both tables based on the join key.
Click to reveal answer
intermediate
Explain the difference between Left Join and Right Join.
A Left Join returns all rows from the left table and matching rows from the right table. A Right Join returns all rows from the right table and matching rows from the left table.
Click to reveal answer
intermediate
What is a Full Outer Join in Tableau?
A Full Outer Join returns all rows from both tables. When there is no match, the result will have NULLs for missing values from either table.
Click to reveal answer
Which join type returns only matching rows from both tables?
✗ Incorrect
Inner Join returns only rows where the join keys match in both tables.
If you want all rows from the left table and matching rows from the right, which join do you use?
✗ Incorrect
Left Join keeps all rows from the left table and adds matching rows from the right.
What happens to rows with no match in a Full Outer Join?
✗ Incorrect
Full Outer Join includes all rows from both tables, filling missing values with NULLs.
In Tableau, where do you define the join between tables?
✗ Incorrect
Joins are defined in the Data Source tab when connecting tables.
Which join type would you use to keep all data from both tables regardless of matches?
✗ Incorrect
Full Outer Join keeps all rows from both tables, matching where possible.
Describe the four main types of joins in Tableau and when you might use each.
Think about which table's data you want to keep fully and how unmatched rows are handled.
You got /4 concepts.
Explain how you would join two tables in Tableau and what you should check to ensure the join works correctly.
Focus on the steps in Tableau interface and the importance of matching columns.
You got /5 concepts.