The SQL BETWEEN operator used to test if an expression is within a range of values.BETWEEN operator is inclusive. The values can be used in a SELECT, INSERT, UPDATE, or DELETE SQL statement. The SQL BETWEEN operator will return the records within the range of value1 and value2.