Q. What does the expression '2 BETWEEN 2 AND 5' result in?
β
Correct Answer: (A)
True
Explanation: This question is about how MySQL uses the BETWEEN operator.