Introduction
The BETWEEN filter helps you find values that fall within a specific range. It makes searching easier when you want to check if something is between two limits.
Finding all sales made between two dates.
Listing products priced between $10 and $50.
Getting students with scores between 70 and 90.
Filtering events happening between two times.
Selecting employees with ages between 25 and 35.