Description
LEFT JOIN in SQL Server retrieves all rows from the left table and matching rows from the right table, with NULL values where no match is found.
In this lab, you will learn how to use Left Outer Joins in SQL Server.
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