-
If the operands are non binary strings, LIKE compares them according to their collation.
-
- False
- True
- NA
- NA
- NA
Correct Option: B
In MySQL, the LIKE operator compares its operands as binary strings if either operand is a binary string. If the operands are non binary strings, the LIKE operator compares them according to their collation.