Concept Flow - WHERE with BETWEEN range
Start Query
Read WHERE clause
Check if value BETWEEN low AND high
Include row
Return filtered rows
End
The query checks each row's value to see if it falls within the specified range using BETWEEN. Rows inside the range are included; others are excluded.