Skip to content

Commit 7178866

Browse files
authored
Merge pull request #39 from Xyves/fix/grammar-correction
Fix grammar in customer data text
2 parents 89d75d8 + 5795fec commit 7178866

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)