-
Which datatype means a variable length non binary string?
-
- BINARY
- VARCHAR
- BLOB
- VARBINARY
- None of these
Correct Option: B
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.