Home » MYSQL » Data Types » Question
  1. MEMORY tables do not support BLOB and TEXT indexes.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

BLOB or TEXT columns sometimes can be indexed, depending on the storage engine. MEMORY tables do not support BLOB and TEXT indexes. The MEMORY engine does not support BLOB or TEXT.



Your comments will be displayed only after manual approval.