TAL 2-A Sample Action Query Solution 2-A. Change the zip codes of all customers in Fullton to 90086. Query Design View/QBE Datasheet View Before: After: SQL View UPDATE Customer SET Customer.PostalCode = "90086" WHERE (((Customer.City)="Fullton")); Intermediate Steps: 1) Datasheet View of Rows to be changed; 2) Run ! Query: ! ©2015 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a certain product or service or otherwise on a password-protected website for classroom use. 38