With XML: database data can automatically be extracted from XML documents only. views are not limited to one multi-valued path only. documents can automatically be generated from database data only. All of these TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use XSLT. False True TRUE ANSWER : ? YOUR ANSWER : ?
Documents that have no DTD are by definition not-type-valid. False True TRUE ANSWER : ? YOUR ANSWER : ?
XML uses the same terms with the same meanings as terms in the database world. False True TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: Place some columns into elements and others into attributes. Place the values of the columns into elements rather than attributes. Place the values of the columns as attributes in the resulting XML document. None of these TRUE ANSWER : ? YOUR ANSWER : ?
It took the popularity of the Internet to realize that database processing and document processing need each other. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements is not true about XML Schemas: They define a set of symbols and the relationships of those symbols. They are used to define the content and structure of data. They are themselves XML documents. They have their own syntax. TRUE ANSWER : ? YOUR ANSWER : ?
XML technology is a hybrid of document processing and database processing. False True TRUE ANSWER : ? YOUR ANSWER : ?