Which of the following statements is not true about XML Schemas: They are themselves XML documents. They define a set of symbols and the relationships of those symbols. They have their own syntax. They are used to define the content and structure of data. TRUE ANSWER : ? YOUR ANSWER : ?
Web page display is the most important application of XML. False True TRUE ANSWER : ? YOUR ANSWER : ?
With XSLT, you specify a procedure for materializing document elements. False True TRUE ANSWER : ? YOUR ANSWER : ?
With XML: documents can automatically be generated from database data only. views are not limited to one multi-valued path only. database data can automatically be extracted from XML documents only. All of these TRUE ANSWER : ? YOUR ANSWER : ?
The document that is used by XSLT to indicate how to transform the elements of the XML document to another format is a(n): Stored procedure. HTML page. Stylesheet. DOCTYPE procedure. 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. Relational oriented. Object oriented. TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: Place the values of the columns into elements rather than attributes. Place some columns into elements and others into attributes. None of these Place the values of the columns as attributes in the resulting XML document. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about SOAP? SOAP originally meant Simple Object Access Protocol. SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet. SOAP now is just a name, not an acronym SOAP was an early form of XML. TRUE ANSWER : ? YOUR ANSWER : ?
To eliminate definition duplication, XML Schemas define: Global elements. A normalized definition table. None of these An intersection table. TRUE ANSWER : ? YOUR ANSWER : ?