What will be returned?

You are a database developer on an instance of SQL Server 2008. Your HR database contains a Course table that contains descriptions for training courses provided by your company.
The HR database has been enabled for full-text searches. You have created a full-text index on the Description column in the Course table.
You execute the following Transact-SQL:
SELECT Description
FROM HR.dbo.Course
WHERE CONTAINS (Description, ‘FORMSOF (INFLECTIONAL, budget)’);
What will be returned?
A. only the Description values for rows in the Course table that contain a form of the word budget
B. the Description values for rows in the Course table that contain a form of the word budget along with a relevance ranking
C. only the Description values for rows in the Course table that contain a word with a meaning similar to the word budget
D. only the Description values for rows in the Course table that contain the word budget

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.