1.

In which mode of search is the search string parsed into words and the search looks for rows?(a) Natural language(b) Boolean mode(c) Query expansion(d) Cross modeI have been asked this question during an interview.The above asked question is from Using Full Text Searches topic in portion Using SQL to Manage Data of MySQL

Answer»

The correct choice is (a) Natural language

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