which results would show if the customer table left joined the invoice table? a.) only rows in the customer table that don't have a matching row in the invoice table b.) only rows in the customer table that have a matching row in the invoice table c.) all rows in the customer table, even those without a matching row in the invoice table d.) all rows from the invoice table, even if they have null customer id's