1. Using the Product_Vendors table, list the ProductNumber, WholesalePrice, and an adjusted price if we reduced our prices by 5%. For example, if the current price is $100, the adjusted price should be $95.
2. Using the Orders table, show a list of Orders placed by each customer. Include the CustomerID , the date the order was placed and the order number; and show the list in CustomerID order with the newest (most recent) orders showing first within each customer.