1.

The expression ‘2 BETWEEN 2 AND 5’ results in ____________(a) True(b) False(c) -1(d) 2

Answer» Correct option is (a) True

Easiest explanation: 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.


Discussion

No Comment Found