Concept Flow - DELETE with WHERE clause
Start DELETE command
Check WHERE condition on each row
Delete row
Repeat for all rows
End DELETE command
The DELETE command checks each row against the WHERE condition. If the condition is true, the row is deleted; otherwise, it stays.