Q. The datatype that means a variable length non binary string is . . . . . . . .
β
Correct Answer: (A)
VARCHAR
Explanation: This question asks about a data type in MySQL that stores text, but can have varying lengths, and isn't limited to binary characters.