We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7238c commit 5e28426Copy full SHA for 5e28426
SQL/SQL-50/Product Sales Analysis I.sql
@@ -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