SQL - Views
You want to create a view that shows the total sales per customer from the
Sales table with columns customer_id and amount. Which SQL correctly creates this view?