Home » MYSQL » MySQL Type Conversion in Expression Evaluation » Question
  1. If the operands are non binary strings, LIKE compares them according to their collation.
    1. False
    2. True
    3. NA
    4. NA
    5. 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.



Your comments will be displayed only after manual approval.