InterviewSolution
Saved Bookmarks
| 1. |
The mode of search is the search string parsed into words and the search looks for rows is ______________(a) Boolean mode(b) Natural language(c) Query expansion(d) Cross modeThis question was addressed to me in an interview for internship.The question is from Spatial Data Types in portion Data Type Reference, Operators and Functions of MySQL |
|
Answer» RIGHT option is (b) Natural language Easy 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. |
|