Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
select distinct(product_uuid)
from data.sale
left join dw.dim_product
on data.sale.product_uuid = dw.dim_product.product_uuid
where dw.dim_product.product_uuid is null