Left outer joins return all rows from the left table, and all rows from the right table where the joined fields match in ...

Left outer joins return all rows from the left table, and all rows from the right table where the joined fields match in both tables. Rows from the right table that do not match rows in the left table are excluded from the results.