4. Create a view named OrderInfo that will list the customer number, order number, order date, and order amount (the value of num_ordered * quoted price) for each order. In the end, you will only have one line per order with the total value of the order amount. (HINT - use SUM and Order By within this view). Sort the rows by customer number.