Write a summary query that uses the CUBE operator to return LineItemSum (which is the sum of InvoiceLineItemAmount)group by Account(an alias for AccountDesciption)and State(an alias for VendorState). Use the CASE and GROUPING functions to substitute the literal value "All*" for the summary rows with null values.