Solved

The SQL Server Statement SELECT

Question 105

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) elements or attributes,as chosen by SQL Server
D) 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