sql-update Flashcards

1
Q

How do you update rows in a database table?

A

use update keyword “table you want to update”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is it important to include a where clause in your update statements?

A

so that it won’t update all the columns of the row. (pinpoint on exact thing that we want to udpate)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly