Home » MYSQL » MySQL Access Control and Security » Question
  1. What does the expression ‘2 BETWEEN 2 AND 5’ result in?
    1. False
    2. -1
    3. 2
    4. True
    5. 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.



Your comments will be displayed only after manual approval.