Question: In SQL, using a company accounts payable (AP) database, 9. Create a script that displays InvoiceTotal and two calculated columns named 25% (calculates InvoiceTotal multiplied
In SQL, using a company accounts payable (AP) database,


9. Create a script that displays InvoiceTotal and two calculated columns named 25% (calculates InvoiceTotal multiplied by 25\%) and Plus 25\% (calculates InvoiceTotal plus 25% of InvoiceTotal). Add appropriate criteria so only invoices less than $600 are returned. Sort the results by InvoiceTotal from largest to smallest. (auerv results - 78 rows returned) 10. Create a script that displays a column named FullName (a concatenation of the VendorContactLName and VendorContactFName with a comma and a space between). Add appropriate criteria so only last names that start with A, C, M or W are returned. Sort the results by last name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
