WHERE output rows are exactly the rows whose predicate result is TRUE.
keep TRUE
Read kept rows
The filter keeps 2 rows.
kept rows=2
WHERE-filter examples are tiny finite-table transforms with SQL-style TRUE/FALSE/UNKNOWN logic; SQL dialect completeness, type coercion, optimizer behavior, indexing, and product claims are out of scope.
Output is smaller
The output table lists only the rows marked kept=yes.
WHERE output
Summary
TRUE is the only truth value that passes the WHERE gate.