write a select statement that returns these five columns: vendor name - the vendor name column from the vendors table invoice date - the invoice date column from the invoices table invoice number - the invoice number column from the invoices table li sequence - the invoice sequence column from the invoice line items table li amount - the line item amount column from the invoice line items table use aliases for the tables. this should return 118 rows. sort the final result set by vendor name, invoice date, invoice number, and invoice sequence. what is the value under li amount for the first record?