sql-update Flashcards
(2 cards)
1
Q
How do you update rows in a database table?
A
update keyword then name of table
2
Q
Why is it important to include a where clause in your update statements?
A
beacause if we don’t specify where it would update the whole table