Your company has the following development policy for XML data:
* The data must be element-centric
* The data must be well-formed XML
* The data must have a root element
* The data must contain the parent table name
You need to recommend guidelines for generating well-formed XML result sets. What should you recommend?
A.
FOR XML AUTO
B.
FOR XML PATH
C.
OPENXML()
D.
XQUERY