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)- A6% (2)
- B3% (1)
- C16% (5)
- D75% (24)
Community Discussion
No community discussion yet for this question.