A pattern with no wildcard must match the whole string exactly.
literal match
Read literal matches
The literal pattern matches 1 row.
TRUE rows=1
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.
Whole string
Ada matches Ada; Al and Alan do not match the whole literal.
whole string
Summary
Without wildcards, LIKE is an exact string match here.