1068-product-sales-analysis-i
DevGod
Elf Vtuber
# Write your MySQL query statement belowSELECT Product.product_name, Sales.year, Sales.priceFROM ProductRIGHT JOIN Sales ON Product.product_id = Sales.product_id# Write your MySQL query statement belowSELECT Product.product_name, Sales.year, Sales.priceFROM ProductRIGHT JOIN Sales ON Product.product_id = Sales.product_id