LearningFuze Bootcamp > sql-update > Flashcards
How do you update rows in a database table?
use the update statement
Why is it important to include a where clause in your update statements?
to target specific rows