Answered You can hire a professional tutor to get the answer.
write a select statement that returns these columns names and data from the invoices table: due date, Invoice total, 10% plus 10%.
write a select statement that returns these columns names and data from the invoices table: due date, Invoice total, 10% plus 10%. return only the rows with an invoice total thats greater than or equal to 500 and less than or equal to 1000.