1.

In Boolean search, results are sorted by relevance.(a) True(b) FalseThis question was addressed to me in final exam.The doubt is from Using Full Text Searches in division Using SQL to Manage Data of MySQL

Answer»

The correct choice is (b) False

For explanation: Boolean mode FULLTEXT search is one of the three modes of FULLTEXT searches in MySQL. Boolean searches deal with the presence or ABSENCE of a WORD in a particular ROW to carry out the searches.



Discussion

No Comment Found

Related InterviewSolutions