-
The datatype that means a variable length non binary string is __________.
-
- BLOB
- VARBINARY
- VARCHAR
- BINARY
- None of these
Correct Option: C
In MySQL, there are a wide variety of string datatypes for use. Strings can even hold image and sound data. All the four options are string type names. VARCHAR represents a variable length non binary string.