Skip to content

Commit 89d75d8

Browse files
authored
Merge pull request #38 from sagunraj/master
Update 03a-joins.md
2 parents 5a5c205 + 1b92da7 commit 89d75d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/03a-joins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This section contains suggested solutions for the challenge queries.
209209
FROM SalesLT.Customer AS c
210210
JOIN SalesLT.SalesOrderHeader AS oh
211211
ON oh.CustomerID = c.CustomerID;
212-
```
212+
```
213213
214214
2. Retrieve customer orders with addresses:
215215

0 commit comments

Comments
 (0)