Skip to content

Commit 45aa21a

Browse files
committed
new add
1 parent d49d8a9 commit 45aa21a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

1068. Product Sales Analysis I.sql

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*
12
1068. Product Sales Analysis I
23
Solved
34
Easy
@@ -75,7 +76,7 @@ From sale_id = 2, we can conclude that Nokia was sold for 5000 in the year 2009.
7576
From sale_id = 7, we can conclude that Apple was sold for 9000 in the year 2011.
7677
7778
78-
79+
*/
7980
# Write your MySQL query statement below
8081

8182
SELECT p.product_name, s.year, s.price

0 commit comments

Comments
 (0)