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



Your comments will be displayed only after manual approval.