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
Correct Answer:

Verified
Correct Answer:
Verified
Q19: One of the four categories of NoSQL
Q20: JSON stands for Jason Script Object Notation.
Q21: The first section of an XML document
Q22: The CAP theorem defines the three properties,one
Q23: In a key value database,the basic "get"
Q26: The CAP theorem defines the three properties,one
Q27: DTD stands for Document Type Declaration.
Q28: NoSQL really stands for "Not only SQL."
Q29: The SQL Server statement SELECT *<br>FROM Table01<br>FOR
Q122: SOAP originally stood for _.<br>A)Simple Operational Application