PostGres > SQL Update > Flashcards
How do you update rows in a database table?
update then set value to what you want
Why is it important to include a where clause in your update statements?
to be precise on what you want to change instead of changing the whole document