1.

A FULLTEXT index cannot be created for multiple columns.(a) True(b) FalseThis question was addressed to me in semester exam.My enquiry is from Using Full Text Searches in portion Using SQL to Manage Data of MySQL

Answer» RIGHT answer is (B) False

The explanation is: In MySQL, a full-text search is based on the FULLTEXT indexes. A FULLTEXT index can be created both for a single COLUMN and for multiple columns. Searching is possible across columns.


Discussion

No Comment Found

Related InterviewSolutions