Home » MYSQL » Data Types » Question
  1. Which datatype is used for a fixed length binary string?
    1. VARBINARY
    2. BLOB
    3. VARCHAR
    4. BINARY
    5. 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.



Your comments will be displayed only after manual approval.