Skip to content

Commit 8a08534

Browse files
authored
Update Cahllenge 1 Steve's car showroom.md
1 parent ab98336 commit 8a08534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cahllenge 1 Steve's car showroom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ JOIN sales2 sa ON c.car_id = sa.car_id
138138
JOIN salespersons s ON sa.salesman_id = s.salesman_id
139139
WHERE YEAR(sa.purchase_date) = 2021 AND s.name = 'Emily Wong';
140140
```
141-
# car_id, make, type, style, cost_$
141+
car_id, make, type, style, cost_$
142142
2, Toyota, Corolla, Hatchback, 25000
143143
4, Chevrolet, Camaro, Coupe, 36000```
144144

0 commit comments

Comments
 (0)