Solved

The SQL Server Statement SELECT

Question 114

Multiple Choice

The SQL Server statement SELECT *
FROM Table01
FOR XML RAW
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
E) either elements or attributes,as designated by the XML Schema

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions