1.

Which keyword is used to search through natural language fulltext?(a) MATCH(b) AGAINST(c) SEARCH(d) FINDThis question was posed to me during an interview.The doubt is from Using Full Text Searches topic in chapter Using SQL to Manage Data of MySQL

Answer»

Right CHOICE is (a) MATCH

The explanation: In MYSQL, fulltext searches are carried in THREE modes. Natural language fulltext search is carried out USING the MATCH and AGAINST clause. MATCH keyword specifies the column to be searched.



Discussion

No Comment Found

Related InterviewSolutions