If an XML document does not have a DTD, then by definition it is: type-valid. None of these not-type-valid. an HTML document. TRUE ANSWER : ? YOUR ANSWER : ?
With XML: views are not limited to one multi-valued path only. All of these database data can automatically be extracted from XML documents only. documents can automatically be generated from database data only. TRUE ANSWER : ? YOUR ANSWER : ?
Stylesheets are used by XSLT to indicate how to transform the elements of the XML document into another format. True False TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about SOAP? SOAP was an early form of XML. SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet. SOAP originally meant Simple Object Access Protocol. SOAP now is just a name, not an acronym TRUE ANSWER : ? YOUR ANSWER : ?
It took the popularity of the Internet to realize that database processing and document processing need each other. False True TRUE ANSWER : ? YOUR ANSWER : ?
XSLT processors evaluate each statement in the context of the match that has been made. That is, XSLT processors are: Procedural oriented. Context oriented. Object oriented. Relational oriented. TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: Place the values of the columns as attributes in the resulting XML document. Place some columns into elements and others into attributes. Place the values of the columns into elements rather than attributes. None of these TRUE ANSWER : ? YOUR ANSWER : ?
XML technology is a hybrid of document processing and database processing. True False TRUE ANSWER : ? YOUR ANSWER : ?
XSLT processors are context-oriented; each statement is evaluated in the context of the match that has been made. True False TRUE ANSWER : ? YOUR ANSWER : ?