Question: Write a SQL statement that answers this question: What is the total amount ordered by each customer? Return these columns: Customer email address from the
Write a SQL statement that answers this question: What is the total amount ordered by each customer? Return these columns: Customer email address from the Customer table The total ship amount for each customer in the Orders table Show only data when total ship amount is greater than 5 Use the WITH ROLLUP operator to include a row that gives the grand total or the ship amount.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
