Update a customers info


Select a worker to update

First Name:


Last Name:


Address:


Phone #:


Customer ID:


UPDATE Customer SET lastName = '', firstName = '', addr = '', phone = '' WHERE customer_ID = ;


Home