nerdexam
Microsoft

70-433 · Question #22

You have an XML schema that you must use to validate XML data in your database. You need to store this XML schema. Which code segment should you use?

The correct answer is D. CREATE XML SCHEMA COLLECTION CustomerSchema. See the full explanation below for the reasoning.

Question

You have an XML schema that you must use to validate XML data in your database. You need to store this XML schema. Which code segment should you use?

Options

  • ACREATE SCHEMA CustomerSchema
  • BCREATE DEFAULT CustomerSchema AS 'XML'
  • CCREATE PRIMARY XML INDEX CustomerSchema
  • DCREATE XML SCHEMA COLLECTION CustomerSchema

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    16% (5)
  • D
    75% (24)

Community Discussion

No community discussion yet for this question.

Full 70-433 Practice