InterviewSolution
Saved Bookmarks
| 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 mode |
|
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. |
|