Introduction
We use UPDATE to change data in a table. Updating a single column means changing just one piece of information for some rows.
You want to fix a typo in a person's name in your contacts list.
You need to change the price of one product in your store's inventory.
You want to mark a task as completed by changing its status.
You want to update the email address of a user in your database.