The datatype that stores the longest length of strings is ______________
(a) CHAR
(b) VARCHAR
(c) TINYTEXT
(d) TEXT
(a) CHAR
(b) VARCHAR
(c) TINYTEXT
(d) TEXT
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right option is (d) TEXT
To elaborate: 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.