UPDATE:
*
Update all rows in a table
You update all rows in table by simply providing a column_name = value:
UPDATE person SET planet = 'Earth';