1.

For what can the FULLTEXT indexes be created for?(a) MyISAM(b) InnoDB(c) MEMORY(d) TRANSITIONI have been asked this question in an interview.Asked question is from Tuning the Server in division General MySQL Administration of MySQL

Answer»

Right OPTION is (a) MyISAM

For explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions