With XML, document structure, content and format are all defined within one document. True False TRUE ANSWER : ? YOUR ANSWER : ?
An XML component that defines the structure of a document is known as a(n): DTD HTML Stylesheet DOCTYPE #PCDATA TRUE ANSWER : ? YOUR ANSWER : ?
FOR XML EXPLICIT tells SQL Server to place the values of the columns as attributes in the resulting XML document. False True TRUE ANSWER : ? YOUR ANSWER : ?
Datasets which reside on the user's hard drive are created by ADO.NET to facilitate the transformation of XML documents to and from relational database constructs. True False TRUE ANSWER : ? YOUR ANSWER : ?
With XSLT, you specify a procedure for materializing document elements. True False TRUE ANSWER : ? YOUR ANSWER : ?
The most popular way to materialize XML documents is to use XSLT. True False TRUE ANSWER : ? YOUR ANSWER : ?
XML technology is a hybrid of document processing and database processing. True False TRUE ANSWER : ? YOUR ANSWER : ?
With XML: documents can automatically be generated from database data only. database data can automatically be extracted from XML documents only. All of these views are not limited to one multi-valued path only. 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 : ?
The XSLT processor copies the elements of the stylesheet until it finds a command in the format: SELECT ... FROM ... WHERE {item, action} {for-each select} < HTML >...< / HTML > TRUE ANSWER : ? YOUR ANSWER : ?