1.

Which keyword is used to search through natural language fulltext?(a) MATCH(b) AGAINST(c) SEARCH(d) FIND

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