Updating and Deleting Data

UPDATE newCustomer
SET last_update = NULL


If the WHERE clause is not specified, the query updates all rows in the table.

Some DBMSs allow database administrators to impose restrictions that prevent the execution of UPDATE without a WHERE clause.