What is returned in the result?

You are a database developer on an instance of SQL Server 2008. The Name and Description columns of the AssemblyProcess table are full-text enabled. You issue the following SELECT statement:
SELECT ID, Description FROM AssemblyProcess WHERE CONTAINS(*, ‘ "weld" AND "grind" ‘);
What is returned in the result?
A. the ID and Description values for all rows containing the words weld and grind near each other in the full-text enabled columns
B. the ID and Description values for all rows with a Name containing the word weld or the word grind
C. the ID and Description values for all rows containing the words weld and grind in the full-text enabled columns
D. the ID and Description values for all rows containing the phrase "weld and grind" in the full-text enabled columns

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.