exam questions

Exam 70-464 All Questions

View all questions & answers for the 70-464 exam

Exam 70-464 topic 1 question 37 discussion

Actual exam question from Microsoft's 70-464
Question #: 37
Topic #: 1
[All 70-464 Questions]

You have a text file that contains an XML Schema Definition (XSD).
You have a table named Schema1.Table1.
You have a stored procedure named Schema1.Proc1 that accepts an XML parameter named Param1.
You need to store validated XML data in Schema1.Table1. The solution must ensure that only valid XML data is accepted by Param1.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

  • A. Define an XML column in Table1 by using an XML schema collection.
  • B. Create an XML schema collection in the database from the text file.
  • C. Declare Param1 var1 as type XML and associate the variable to the XML schema collection.
  • D. use the modify method to insert the XML schema into each row of the XML column in Table1.
Show Suggested Answer Hide Answer
Suggested Answer: ABD 🗳️
References:
http://msdn.microsoft.com/en-us/library/bb510420.aspx
http://msdn.microsoft.com/en-us/library/ms187856.aspx
http://msdn.microsoft.com/en-us/library/ms176009.aspx
http://msdn.microsoft.com/en-us/library/hh403385.aspx
http://msdn.microsoft.com/en-us/library/ms184277.aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sanketh
5 years, 2 months ago
Answer is A,B&C, since C basically maps the Schema collection to b validated with the user input
upvoted 2 times
Kepty
4 years, 8 months ago
Agree, D is for updating the content of XML, not for validating
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...