The expression ‘2 BETWEEN 2 AND 5’ results in ____________.
2
-1
False
True
None of these
Correct Option: D
The ‘BETWEEN ……. AND’ clause is used to return a boolean value, if the given operand value lies between the values specified by the ‘AND’ clause. The range endpoints are inclusive.