Which two statements should you execute?

You have the following table.

You need to create a full-text index for the table.
Which two statements should you execute? Each correct answer presents part of the solution.
A. CREATE RULE KnowledgeBaseRule
AS @Problem LIKE ‘%’
B. CREATE FULLTEXT STOPLIST KnowledgeBaseStopList
FROM KnowledgeBase
C. CREATE INDEX OurIndex ON KnowledgeBase
(Problem, Solution) ON [Catalog]
D. CREATE FULLTEXT CATALOG [Catalog] WITH ACCENT_SENSITIVITY = ON
AUTHORIZATION [dbo]
E. CREATE FULLTEXT INDEX ON KnowledgeBase
(Problem, Solution) KEY INDEX PK_KnowledgeBase ON OurKB

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.