XML and ADO.NET - Technical MCQs

Q1:

The expression FOR XML RAW tells SQL Server to:

A place the values of the columns as attributes in the resulting XML document.

B place the values of the columns into elements rather than attributes.

C place some columns into elements and others into attributes.

D None of the above is correct.

ANS:A - place the values of the columns as attributes in the resulting XML document.

No answer description is available.