-
FULLTEXT indexes can be created only for ____________.
-
- MEMORY
- MyISAM
- TRANSITION
- InnoDB
- None of these
Correct Option: B
Full-text searches are based on the FULLTEXT indexes. They can be created for MyISAM tables only. In MySQL, a full text search enables to look for words or phrases without using pattern-matching operations.