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
SELECTp.product_id, product_name
FROM Product p JOIN Sales s
ONp.product_id=s.product_idGROUP BYp.product_idHAVINGMIN(sale_date) >='2019-01-01'ANDMAX(sale_date) <='2019-03-31'