Skip to content

Commit 1b92da7

Browse files
authored
Merge pull request #1 from sagunraj/sagunraj-patch-1
Update 03a-joins.md
2 parents 5a5c205 + 8fdbb6a commit 1b92da7

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)