On the tables of the sample database NorthWind compute:

  1. The customers with state_province that is one of UT, MN, and WI.
  2. The customers whose address starts with “456”.
  3. The customers whose last_name is at least 4 characters long.
  4. The customers with ID larger than 20.
  5. The customers that have placed at least an order.
  6. The customers that have placed at least two orders.
  7. For each customer, the total amount of taxes paid.
  8. For each customer, the total amount of taxes paid and of shipping fee (the result must be one table).