start by selecting productid and productname from products. b. join into orderlines. c. join into orders. d. add a column called unitssold that counts productid. e. add a column called salesvolume that sums price * quantity. f. add the appropriate group by clause. g. add: create view salesperproductperday in front of your select query. h. run the command to create