1.

The mode of search in which the search string is parsed into words and the search looks for rows is ________________(a) Boolean mode(b) Natural language(c) Query expansion(d) Cross modeI got this question in an interview for internship.This is a very interesting question from Making Database Backups topic in portion Database Maintenance, Backups and Replication of MySQL

Answer»

Correct choice is (b) NATURAL language

The best I can explain: 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