In ICE #9 “join4” we combine the join3 table and the custome…
In ICE #9 “join4” we combine the join3 table and the customer master table using the variable CustID and an inner join. This results in a table with 1,168 observations. If we instead link this tables using a left join and only the TerritoryID variable, we get a table with 18,937 observations. This means that there are some customers associated with multiple territories in the customer master table.
Read Details