Show first and last names of all customers from CUSTOMERS table and appropriate product names from ORDERS table, also show customers without orders and orders without customers (if any). Please sort the data by First name, last name and product name.
PS. The SQL version doesn't support FULL JOIN so please try to find something else