Given invoice table has a column named invoice_total. You ar…
Given invoice table has a column named invoice_total. You are asked to write a simple SQL statement to calculate 10% of the invoice_total and call it invoice 10% (with a space) between invoice and 10%. Write everything in lower case and with exactly one space in between when spacing is required. Do not end your statement with semicolon.