πŸ“Š MySQL
Q. For what can the FULLTEXT indexes be created for?
  • (A) TRANSITION
  • (B) MEMORY
  • (C) InnoDB
  • (D) MyISAM
πŸ’¬ Discuss
βœ… Correct Answer: (D) MyISAM

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.

Explanation by: Nitin Gupta
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


πŸ“Š Question Analytics

πŸ‘οΈ
218
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Nitin Gupta
Publisher
πŸ“ˆ
89%
Success Rate