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
select Product.product_id,product_name from Product join Sales on Sales.product_id=Product.product_id group by Product.product_id having min(sale_date)>='2019-01-01' and max(sale_date)<='2019-03-31';