With XML: database data can automatically be extracted from XML documents only. documents can automatically be generated from database data only. views are not limited to one multi-valued path only. All of these TRUE ANSWER : ? YOUR ANSWER : ?
XML uses the same terms with the same meanings as terms in the database world. True False 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 : ?
XML technology is a hybrid of document processing and database processing. True False TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use: DTD HTML XSLT SOAP TRUE ANSWER : ? YOUR ANSWER : ?
If a document does not conform to the DTD, it is a bad XML document. True False TRUE ANSWER : ? YOUR ANSWER : ?
If an XML document does not have a DTD, then by definition it is: type-valid. an HTML document. None of these not-type-valid. TRUE ANSWER : ? YOUR ANSWER : ?