Question

The SQL Server statement
SELECT *
FROM Table01
FOR XML EXPLICIT
tells SQL Server to place the data values from the columns in the table into XML ________.
A) elements
B) attributes
C) either elements or attributes, as chosen by SQL Server
D) either elements or attributes, as designated by the developer

Answer

This answer is hidden. It contains 1 characters.