nerdexam
Microsoft

70-451 · Question #8

You are a database developer. You plan to design a database solution by using SQL Server 2008. You have a Web site supported by a database that has the full-text search component installed. You plan…

The correct answer is D. A CONTAINSTABLE function. See the full explanation below for the reasoning.

Question

You are a database developer. You plan to design a database solution by using SQL Server 2008. You have a Web site supported by a database that has the full-text search component installed. You plan to create a table named Courses that will have the following structure. Users of the Web site will search for courses based on the CourseTitle field. You need to construct a full-text query that ensures the following compliances when a user launches the search for a course:

  • Rows are returned when the exact search phrase is found.
  • Rows are in order of how well they match with the search phrase.

What should you specify in the full-text query?

Options

  • AA FREETEXT predicate
  • BA CONTAINS predicate
  • CA FREETEXTTABLE function
  • DA CONTAINSTABLE function

How the community answered

(29 responses)
  • A
    14% (4)
  • B
    7% (2)
  • C
    3% (1)
  • D
    76% (22)

Community Discussion

No community discussion yet for this question.

Full 70-451 Practice