Table Querying   «Prev  Next»

UPDATE statement - Exercise

Objective: Create an UPDATE statement that will change the city and state of one of the rows in the table.
Create an UPDATE statement that will change the city and state for the customer with the last name of Mhazi and customerID of 5 to Trenton and NJ, respectively. When you are done, submit your answer.