Google News
logo
MySQL - Quiz(MCQ)
The datatype that stores the longest length of strings is _______
A)
TINYTEXT
B)
VARCHAR
C)
CHAR
D)
TEXT

Correct Answer :   TEXT


Explanation : 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.

Advertisement