There's a logical operator that helps us look at ranges and works very well with the AND operator.
Great! This query fetches every record with an age field between 0 and 99.
Psst: this is an inclusive range, which means that 0 and 99 are part of it.
Are you sure that this is a logical operator?