Question: Show all the LastNames from the Customers table and any associated OrdersIDs from the Orders Table.
Show the LastName even if they do not have any associated orders. Order the results by LastName in ascending order.
I can't seem to get this to work for some reason could somebody provide me the result?