- sale_id 별 상품 이름,년도,가격 출력하기
SELECT product_name,year,price FROM Sales AS s INNER JOIN Product AS p ON s.product_id=p.product_id