unnested
Explore
Pro
Sign in
Joins
7 / 23
Easy
Vocabulary
What does INNER JOIN return?
What rows does an INNER JOIN return?
Only rows where the join condition matches in both tables
All rows from the left table plus matching rows from the right table
All rows from both tables, with NULLs where there is no match
All rows from both tables combined, including duplicates
← → arrow keys to navigate
Sign in
to save your progress.
What does INNER JOIN return? - SQL Joins Quiz | Unnested