You have an inventory management database that contains the following table.
Which statement should you use in a SQL query to change the inventory quantity of Product1 to 270?
INSERT
MERGE
UPDATE
CREATE
Submit