Description
In SQL Server, an OUTER JOIN (LEFT, RIGHT, or FULL) retrieves records from one table even if there's no match in the other table. It includes unmatched rows with NULL values.
In this lab, you will learn how to use Outer Joins in SQL Server and their purposes.
Based on this Schema, generate the solutions to the respective queries listed below:
Lab Objective
Upon completion of this lab, you will be able to:
Prerequisites