-
Which datatype is used for a fixed length binary string?
-
- VARBINARY
- BLOB
- VARCHAR
- BINARY
- None of these
Correct Option: D
MySQL has a variety of string datatypes for use. Strings can hold arbitrary binary data. All the four options are string type names. BINARY is used for a fixed length binary string.