UPDATE sakila.actor # table to update SET first_name = "Bryan", last_name = "Besmond" # fields to be added/updated WHERE actor_id = 201; # boolean condition