1.

Which of the following predicates is used for full text search?(a) TEXT()(b) FREETEXT()(c) TEXT()(d) All of the mentionedI got this question in an online interview.My doubt stems from Full Text Search in portion Beyond Relational of SQL Server

Answer»

The correct option is (b) FREETEXT()

EASIEST explanation: Full Text Index can be used to SEARCH words, phrases and multiple FORMS of WORD or phrase using FREETEXT() and CANTAINS() with “and” or “or” OPERATORS.



Discussion

No Comment Found

Related InterviewSolutions