1068.sql (91B)
1 SELECT product_name, year, price 2 FROM Sales S, Product P 3 WHERE S.product_id = P.product_id