Posted on March 19, 2021March 19, 2021 Description Submission # Write your MySQL query statement below select product_name, year, price from sales inner join product on sales.product_id = product.product_id; By Bill0412 Easy LeetCode