-
The default index type for MEMORY tables is __________
-
- UNIQUE
- FULLTEXT
- SPATIAL
- HASH
- None of these
Correct Option: D
The ‘HASH’ index is the default index type for ‘MEMORY’ tables. ‘SPATIAL’ can only be used with ‘MyISAM’ tables for the spatial data types. ‘FULLTEXT’ is used for performing full-text searches.