UPDATE customer SET address1 = '123 New Street', SET address2 = null, city = 'Palo Alto', zipcode = '94303' WHERE customer_num = 134;