Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
FULL JOIN Usage | Joining Tables
Intermediate SQL
course content

Course Content

Intermediate SQL

Intermediate SQL

1. Grouping
2. Nested Subqueries
3. Joining Tables
4. DDL and DML in SQL

book
FULL JOIN Usage

In this chapter, you will need to use a specific type of table join, unlike the previous two chapters where, in theory, you could use the same type of JOIN.

I will remind you that we are working with two tables:

courses:

enrollments:

Task
test

Swipe to show code editor

Write a query to retrieve a list of all courses and students, including those courses with no registered students and those students who are not registered for any course.

To accomplish this, you will need to use a specific type of join. Also, retrieve the columns in the exact order as specified:

Additionally, sort the result by the course_id column. Good luck!

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 7
toggle bottom row

book
FULL JOIN Usage

In this chapter, you will need to use a specific type of table join, unlike the previous two chapters where, in theory, you could use the same type of JOIN.

I will remind you that we are working with two tables:

courses:

enrollments:

Task
test

Swipe to show code editor

Write a query to retrieve a list of all courses and students, including those courses with no registered students and those students who are not registered for any course.

To accomplish this, you will need to use a specific type of join. Also, retrieve the columns in the exact order as specified:

Additionally, sort the result by the course_id column. Good luck!

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 7
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
We're sorry to hear that something went wrong. What happened?
some-alt