1.

Which mode of search is the search string parsed into words and the search looks for rows?(a) Boolean mode(b) Natural language(c) Query expansion(d) Cross modeThis question was posed to me by my college director while I was bunking the class.This intriguing question originated from Perl DBI Overview in chapter MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

Right choice is (b) Natural language

For EXPLANATION: In MySQL, a full text search capability is provided, which ENABLES to look for words or PHRASES without using pattern-matching operations. There are three KINDS of full text searches.



Discussion

No Comment Found

Related InterviewSolutions