Solved

The SQL Server Statement SELECT

Question 29

Multiple Choice

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

Correct Answer:

verifed

Verified

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

Related Questions