Perbarui SQL Sintax

-- from w3schools
UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition; 
Giada Betti