1.

The indicator of presence or absence of a word in search is used in which mode?(a) Natural language(b) Boolean mode(c) Query expansion(d) Cross modeI have been asked this question during an internship interview.This question is from Using Full Text Searches topic in chapter Using SQL to Manage Data of MySQL

Answer»

The correct choice is (b) Boolean mode

For EXPLANATION: A FULL TEXT search capability is PROVIDED in MySQL. It facilitates to look for words or phrases without using pattern-matching operations. Boolean search is one of the three MODES.



Discussion

No Comment Found

Related InterviewSolutions