Skip to content

Commit 364e009

Browse files
Merge pull request #147 from LaunchCodeEducation/ticket/247
Ticket/247
2 parents aa135b6 + 08023dd commit 364e009

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

content/projects/assignment2/task-two/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ In January 2017, for which industry was the average weekly hours worked by produ
4545

4646
{{% notice green Question %}}
4747

48-
In January 2021, for which industry was the total weekly payroll for production and nonsupervisory employees the highest? Which industry was the lowest?
48+
In January 2017, for which industry was the total weekly payroll for production and nonsupervisory employees the highest? Which industry was the lowest?
4949

5050
{{% /notice %}}

content/sql-part-1/reading/introduction/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Which of the following are supported data types in SQL? Select ALL that are corr
5656

5757
1. `tinyint`
5858
1. `int`
59-
1. `double`
6059
1. `varchar`
6160
1. `boolean`
6261
1. `string`

content/sql-part-5/reading/update/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SET Category='canned goods'
2222
WHERE CouponID = 143;
2323
```
2424

25-
Now the value of `Category` is changed for all records where the `CouponID` value is 146.
25+
Now the value of `Category` is changed for all records where the `CouponID` value is 143.
2626

2727
## Check Your Understanding
2828

0 commit comments

Comments
 (0)