HTMLify
Day 37
Views: 2 | Author: djdj
1 2 3 4 5 | # Write your MySQL query statement below select product_name, year, price from Sales inner join Product where Sales.product_id = Product.product_id; |