Which code segment should you use?

You have an XML schema collection named Sales.InvoiceSchema. You need to declare a variable of the XML type named XML1. The solution must ensure that XML1 is validated by using Sales.InvoiceSchema.
Which code segment should you use?
To answer, type the correct code in the answer area.
A. Declare @XML1=XML(Sales.InvoiceSchema)
B. DECLARE @XML1 XML
@XML1 = Sales.InvoiceSchema
CREATE XML SCHEMA COLLECTION XML1 AS @XML1

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.