............... is known as range operator in MySQL.
IN
DISTINCT
IS
BETWEEN
Answer
BETWEEN
Reason — The BETWEEN operator is known as the range operator in MySQL because it defines a range of values that the column value must fall within for the condition to be true.