which of the statements below best describes the result set returned by this select statement? select vendor id, sum(invoice total - payment total - credit total) as column 2 from invoices where invoice total - payment total - credit total > 0 group by vendor id