Home » MYSQL » Data Types » Question
  1. The mode of search is the search string parsed into words and the search looks for rows is ______________.
    1. Cross mode
    2. Query expansion
    3. Natural language
    4. Boolean mode
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.