You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selectPrices.product_id, round(sum(UnitsSold.units*Prices.price)/sum(UnitsSold.units), 2) as average_price from Prices left join UnitsSold onPrices.product_id=UnitsSold.product_idandUnitsSold.purchase_date between Prices.start_dateandPrices.end_date
0 commit comments