Question: Write a SELECT statement based on the view you just created that returns the TOP 10 vendorName and the SUM of the invoiceTotal (aliased as
Write a SELECT statement based on the view you just created that returns the TOP 10 vendorName and the SUM of the invoiceTotal (aliased as sumOfTotal) field of the view sorted by the sumOfTotal in descending order. Hold that thought, because you will use that code in the next exercise!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
