A trailing percent sign allows extra following text.
highlighted = computed this step
Percent wildcard at the end
A percent sign can stand for any remaining characters.
prefix then percent
Read prefix matches
The pattern keeps 2 rows that start with Al.
TRUE rows=2
LIKE-pattern examples are tiny finite WHERE-style filters with a small SQL-like pattern subset; collations, escapes, dialect behavior, indexes, optimizer behavior, and product claims are out of scope.
Short or longer
Al matches, and Alan also matches because percent can cover the rest.
rest may be empty or longer
Summary
Text before percent is a required prefix in this tiny model.