CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 9: 70-464: Developing Microsoft SQL Server 2012/2014 Databases

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…

Nội dung câu hỏi

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.)

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Define an XML column in Table1 by using an XML schema collection. — đáp án hiện tại
  2. B. Create an XML schema collection in the database from the text file. — đáp án hiện tại
  3. C. Declare Param1 var1 as type XML and associate the variable to the XML schema collection.
  4. D. use the modify method to insert the XML schema into each row of the XML column in Table1. — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề