Home » MYSQL » Data Types » Question
  1. The number of binary string types among the following is ___________.
    BINARY, VARBINARY, BLOB, CHAR
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: B

In MySQL, the string datatypes are broadly categorised into two, namely, binary string types and non binary string types. BINARY, VARBINARY and BLOB are the binary string datatypes.



Your comments will be displayed only after manual approval.