Learning Fuze > sql-update > Flashcards
How do you update rows in a database table?
update keyword, table name, set, column, values
Why is it important to include a where clause in your update statements?
to avoid updating the entire table