-
The datatype that stores the longest length of strings is ______________.
-
- VARCHAR
- TEXT
- CHAR
- TINYTEXT
- None of these
Correct Option: B
In MySQL, the different string datatypes are used to store different lenghts of the string. Here, the length would refer to the number of characters in the string. TEXT stores longer strings.