Concept Flow - WHERE with LIKE pattern matching
Start Query
Apply WHERE clause
Check LIKE pattern match
Include row
Return filtered rows
End
The query starts, applies the WHERE clause, checks each row against the LIKE pattern, includes matching rows, excludes others, then returns the filtered result.