MEMORY tables do not support BLOB and TEXT indexes.
False
True
NA
NA
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.