LFZ JS Flash Cards > sql-update > Flashcards
How do you update rows in a database table?
update (set)
Why is it important to include a where clause in your update statements?
To specify the row you want to update, else you will update all the rows in the table.