Untitled

EG.

Untitled

LEFT JOIN for department_id:

Untitled

Right JOIN for department_id:

Untitled

FULL JOIN for department_id:

Untitled

INNER JOIN for department_id:

Untitled

Recall

For more information

JOINs are going to be useful for working with relational databases and SQL—and you will have plenty of opportunities to practice them on your own. Here are a few other resources that can give you more information about JOINs and how to use them: