Home » MYSQL » MySQL Database Operations » Question
  1. Which type stores the longest length of strings?
    1. TEXT
    2. TINYTEXT
    3. VARCHAR
    4. CHAR
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.