You need to declare a variable of the XML type named invoice

You have an XML schema collection named Sales.InvoiceSchema.
You need to declare a variable of the XML type named invoice. The solution must ensure
that the invoice is validated by using Sales.InvoiceSchema.
Provide the correct code in the answer area.

You have an XML schema collection named Sales.InvoiceSchema.
You need to declare a variable of the XML type named invoice. The solution must ensure
that the invoice is validated by using Sales.InvoiceSchema.
Provide the correct code in the answer area.

Answer: DECLARE @invoice XML(Sales.InvoiceSchema)



Leave a Reply 1

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