Learn VisualLearn SQL Visual
JA

Filter the Rows to Change

UPDATE and DELETE use WHERE to select affected rows. UPDATE changes values and DELETE removes rows. Without WHERE, every row is targeted, so inspect the target with the same SELECT condition first.

What does UPDATE without WHERE target?