How do you update rows in a database table?
use update keyword “table you want to update”
Why is it important to include a where clause in your update statements?
so that it won’t update all the columns of the row. (pinpoint on exact thing that we want to udpate)