Practice Joins (Combining Tables) - 2 | SQL for Business Analysts | Business Analysis
Students

Academic Programs

AI-powered learning for grades 8-12, aligned with major curricula

Professional

Professional Courses

Industry-relevant training in Business, Technology, and Design

Games

Interactive Games

Fun games to boost memory, math, typing, and English skills

Joins (Combining Tables)

2 - Joins (Combining Tables)

Enroll to start learning

You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.

Learning

Practice Questions

Test your understanding with targeted questions

Question 1 Easy

What does INNER JOIN do?

💡 Hint: Think about how it works with overlapping data.

Question 2 Easy

What is a LEFT JOIN?

💡 Hint: What happens to non-matched records?

4 more questions available

Interactive Quizzes

Quick quizzes to reinforce your learning

Question 1

What does an INNER JOIN do?

A. Combines all records
B. Fetches matching records from both tables
C. Only shows records from the right table

💡 Hint: Consider what it means for records to match.

Question 2

True or False: A LEFT JOIN will return only matching records from the left table.

True
False

💡 Hint: Think about the nature of all records being included.

1 more question available

Challenge Problems

Push your limits with advanced challenges

Challenge 1 Hard

Create a dataset of students and classes. Write a SQL query that lists all students and their classes, including students who are not enrolled in any classes.

💡 Hint: Think of how you can keep all students in the results.

Challenge 2 Hard

You have two tables: Employees and Projects. Use a FULL OUTER JOIN to find all employees and their projects, showing employees without projects and projects without employees.

💡 Hint: Consider how to capture every employee and project, regardless of their pairing.

Get performance evaluation

Reference links

Supplementary resources to enhance your learning experience.