Full Immersion > sql-update > Flashcards
How do you update rows in a database table?
update keyword then name of table
Why is it important to include a where clause in your update statements?
beacause if we don’t specify where it would update the whole table