Problem
a) Create query that returns the total number (how many) of each bike model sold and the total sales ($) for each model over the life of the company. Order the query by model number.
b) Create query that returns the total number (how many) of each bike model sold and the total sales ($) for each model within a user-specified period of time. Order the query by model number.