Medium
LEFT JOIN
Product Revenue Including Unsold
Show every product and its revenue, using zero when it has no sales. Return columns: revenue, product_name. Order results by: p.id.
Preparing the interactive SQL workspace...
Show every product and its revenue, using zero when it has no sales. Return columns: revenue, product_name. Order results by: p.id.
Preparing the interactive SQL workspace...