Skip to content

Commit f16cd0f

Browse files
authored
Update 13-implement-transitions-in-tsql.md
Fixed typo in line 334
1 parent 420bc0d commit f16cd0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/13-implement-transitions-in-tsql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ SELECT COUNT(*) FROM SalesLT.Customer
331331

332332
6. Run the SELECT COUNT(*) query and note the number of counted rows. Notice the query returns results quickly.
333333

334-
7. Return the transaction query for the **AdventureWorks** connection and highlight BEGIN TRANSACTION and INSERT statements (but <u>not</u> the COMMIT TRANSACTION; statement) Then use the **&#x23f5;Run** to run only thr highlighted code.
334+
7. Return the transaction query for the **AdventureWorks** connection and highlight BEGIN TRANSACTION and INSERT statements (but <u>not</u> the COMMIT TRANSACTION; statement) Then use the **&#x23f5;Run** to run only the highlighted code.
335335

336336
As this is in a transaction that hasn't been committed, running the SELECT COUNT(*) query in the other window will be blocked.
337337

0 commit comments

Comments
 (0)