Oracle - SQL - Table - Update Table
UPDATE
TABLE_NAME
SET
column1
=
VALUE
,
column2
=
VALUE
,...
WHERE
some_column
=
some_value