FROM clause part 3 LEFT JOIN
A left join is advantageous in SQL Server when you need to retrieve all rows from one table (the left table) along with the matching rows from another table (the right table), while also including rows from the left table that have no corresponding matches in the right table.
Often used in dimensional modeling and for reporting purposes.
windows server