Home » MYSQL » MySQL Internationalization and Localization » Question
  1. The datatype that means a variable length non binary string is __________.
    1. BLOB
    2. VARBINARY
    3. VARCHAR
    4. BINARY
    5. 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.



Your comments will be displayed only after manual approval.