Skip to content

Commit 5795fec

Browse files
authored
Fix grammar in customer data text
Add 'be' word to the sentence.
1 parent 89d75d8 commit 5795fec

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
@@ -12,7 +12,7 @@ In this exercise, you'll use transactions to enforce data integrity in the **Adv
1212
1313
## Insert data without transactions
1414

15-
Consider a website that needs to store customer information. As part of the customer registration, data about a customer and their address need to stored. A customer without an address will cause problems for the shipping when orders are made.
15+
Consider a website that needs to store customer information. As part of the customer registration, data about a customer and their address need to be stored. A customer without an address will cause problems for the shipping when orders are made.
1616

1717
In this exercise you'll use a transaction to ensure that when a row is inserted into the **Customer** and **Address** tables, a row is also added to the **CustomerAddress** table to create a link between the customer record and the address record. If one insert fails, then all should fail.
1818

0 commit comments

Comments
 (0)