0
0
Excelspreadsheet~5 mins

Merging queries (joins) in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a 'join' when merging queries in Excel?
A join combines rows from two tables based on a related column, like matching names or IDs, to create a single table with combined information.
Click to reveal answer
beginner
Name the four common types of joins used in merging queries.
The four common join types are:<br>1. Inner Join - keeps only matching rows.<br>2. Left Join - keeps all rows from the left table and matching rows from the right.<br>3. Right Join - keeps all rows from the right table and matching rows from the left.<br>4. Full Outer Join - keeps all rows from both tables, matching where possible.
Click to reveal answer
beginner
How do you perform a merge (join) in Excel using Power Query?
In Power Query:<br>1. Load both tables.<br>2. Click 'Merge Queries'.<br>3. Select the matching columns in each table.<br>4. Choose the join type (e.g., Inner, Left).<br>5. Click OK to create the merged table.
Click to reveal answer
beginner
What happens if you use an Inner Join but some rows don't have matches?
Rows without matches in either table are excluded from the result. Only rows with matching keys in both tables appear.
Click to reveal answer
beginner
Why might you use a Left Join instead of an Inner Join?
Use a Left Join when you want to keep all rows from the first (left) table, even if there is no matching data in the second (right) table. This helps keep all your main data and add extra info where available.
Click to reveal answer
Which join type keeps all rows from both tables, matching where possible?
AFull Outer Join
BLeft Join
CRight Join
DInner Join
In Excel Power Query, what is the first step to merge two tables?
AClick 'Merge Queries' after loading tables
BSort the tables alphabetically
CCreate a Pivot Table
DUse VLOOKUP formula
What does an Inner Join do with rows that don't have matching keys?
AMoves them to the bottom
BIncludes them with blanks
CDuplicates them
DExcludes them
Which join type keeps all rows from the left table and adds matching rows from the right?
ARight Join
BLeft Join
CInner Join
DFull Outer Join
When merging queries, what is the key column used for?
ATo sort the data alphabetically
BTo format the output
CTo match rows between tables
DTo calculate totals
Explain how you would merge two tables in Excel using Power Query and describe the difference between Inner Join and Left Join.
Think about which rows stay or go when you pick each join type.
You got /6 concepts.
    Describe a real-life situation where merging queries with a join would be useful and which join type you would choose.
    Imagine you have two lists and want to combine them based on a common ID.
    You got /4 concepts.