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.

View Answer
Option – A.