nerdexam
Microsoft

70-433 · Question #99

You have a table named Books that has columns named BookTitle and Description. There is a full-text index on these columns. You need to return rows from the table in which the word 'computer' exists…

The correct answer is A. SELECT *. See the full explanation below for the reasoning.

Question

You have a table named Books that has columns named BookTitle and Description. There is a full-text index on these columns. You need to return rows from the table in which the word 'computer' exists in either column. Which code segment should you use?

Options

  • ASELECT *
  • BSELECT *
  • CSELECT *
  • DSELECT *

How the community answered

(26 responses)
  • A
    81% (21)
  • B
    4% (1)
  • C
    12% (3)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-433 Practice