Use "logical operator" in a sentence

1. A logical operator that returns a true value only if both operAnds are true

2. The Between operator is a logical operator that tests whether a value is in range of values

3. The Between operator is a logical operator that allows you to specify whether a value in a range or not

4. If the value of expr is Between value1 and value2 (inclusive), the BetweenAnd operator returns True; otherwise, it returns False.You can include the Not logical operator to evaluate the opposite condition (that is, whether expr lies outside the range defined by value1 and value2).