-
The number of binary string types among the following is ___________.
BINARY, VARBINARY, BLOB, CHAR
-
- 4
- 3
- 2
- 1
- 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.