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