Home » MYSQL » MySQL Full-Text Search » Question
  1. FULLTEXT indexes can be created only for ____________.
    1. MEMORY
    2. MyISAM
    3. TRANSITION
    4. InnoDB
    5. 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.



Your comments will be displayed only after manual approval.