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 d.prod_sku_id,d.market_name from fct_customer_sales f right join dim_product d on f.prod_sku_id=d.prod_sku_id where d.prod_sku_id not in(select prod_sku_id from fct_customer_sales)