Introduction
The UPDATE statement changes existing data in a table. The WHERE clause limits which rows get changed.
You want to fix a wrong phone number for a specific customer.
You need to mark only overdue invoices as 'late'.
You want to increase the price of a product only if it is in a certain category.
You want to update the status of orders placed before a certain date.