c1120 > sql-update > Flashcards
How do you update rows in a database table?
Using the “update” keyword and the name of the table.
Why is it important to include a where clause in your update statements?
To determine which row(s) will get updated.