Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 206 Bytes

File metadata and controls

10 lines (7 loc) · 206 Bytes

문제보기

🔎문제 풀이 MySQL

SELECT product_name, year, price
FROM Sales S JOIN Product P ON S.product_id = P.product_id;