How many orders each state has (order id and state abbreviation,
number of orders). -- If there is no order, then replace with zero.
Use state in customer address
Rank the top product (rank1) sold in terms of quantity for each
city of state of Minnesota (MN)
List top 5% of products (product id and number of items) sold in
each month of 2018 (you can replace 2018 with any other year that
works for your database).
--Order your result based on month of the year from Jan to Dec
Need code in SQL SERVER DATABASE THANK OU