XML uses the same terms with the same meanings as terms in the database world. False True TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use XSLT. True False TRUE ANSWER : ? YOUR ANSWER : ?
XML Schema is used to define the content, structure and format of documents. False True TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: Place the values of the columns into elements rather than attributes. None of these Place the values of the columns as attributes in the resulting XML document. Place some columns into elements and others into attributes. TRUE ANSWER : ? YOUR ANSWER : ?
With XSLT, you specify a procedure for materializing document elements. False True TRUE ANSWER : ? YOUR ANSWER : ?
XML Schemas consist of: Properties and methods. Tables and relationships. Elements and attributes. Structure and data. TRUE ANSWER : ? YOUR ANSWER : ?
ADO.NET provides the ability to create and process in-memory databases called: Tables Datasets Relations Views TRUE ANSWER : ? YOUR ANSWER : ?
FOR XML EXPLICIT tells SQL Server to place the values of the columns as attributes in the resulting XML document. True False TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about SOAP? SOAP now is just a name, not an acronym SOAP was an early form of XML. SOAP originally meant Simple Object Access Protocol. SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet. TRUE ANSWER : ? YOUR ANSWER : ?