Skip to content

Commit 5e28426

Browse files
committed
Product Sales
1 parent cd7238c commit 5e28426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
select p.product_name, s.year, s.price from Sales as s
2+
inner join Product as p on s.product_id = p.product_id;

0 commit comments

Comments
 (0)