LCE231 - Join Query, including Unmatched Records
Important Observations
The types of joins available are:
Records from the primary file will be shown even if there are no matching records in the secondary joined file. For example, list customers with and customers without orders.
Records from the primary file will only be shown if matching records in a secondary joined file are found. For example, list only customers with orders.
Records from the primary file will only be listed if there are no matching records in the secondary joined file. For example, list only customers who have not placed any orders.