On the table orders of the sample database NorthWind compute:
- the customers with state_province that is one of UT, MN, and WI.
- the customers whose address starts with “456”
- the customers whose last_name is at least 4 characters long
- the customers with ID larger than 20
- the number of customers that have placed at least an order
- the customers that have placed at least two orders
- For each customer, the total amount of taxes paid
- For each customer, the total amount of taxes paid and of shipping fee (the result must be one table.