1.

A FULLTEXT index can be created for multiple columns.(a) True(b) FalseI have been asked this question in unit test.Question is taken from Tuning the Server topic in section General MySQL Administration of MySQL

Answer»

Right option is (a) True

The BEST explanation: 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