Back to the home page

Update Customers Info Below (Make Sure to Enter Details Twice to Confirm Changes)


Select a Customer to update:



SELECT * from Customer WHERE customer_id=''

Customer ID:
First Name:
Last Name:
Address:
Phone:
Email:




The sql for the insert
UPDATE Customer SET lastName = '', firstName = '', address = '', phone = '', email = '' WHERE customer_id='';