If the XML data instance conforms to the DTD, the document is said to be: type-invalid. not-type-valid. an HTML document. type-valid. TRUE ANSWER : ? YOUR ANSWER : ?
ADO.NET provides the ability to create and process in-memory databases called: Views Tables Relations Datasets TRUE ANSWER : ? YOUR ANSWER : ?
With XSLT, you specify a procedure for materializing document elements. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements is not true about XML Schemas: They have their own syntax. They are themselves XML documents. They define a set of symbols and the relationships of those symbols. They are used to define the content and structure of data. TRUE ANSWER : ? YOUR ANSWER : ?
To eliminate definition duplication, XML Schemas define: None of these An intersection table. Global elements. A normalized definition table. TRUE ANSWER : ? YOUR ANSWER : ?
An XML component that defines the structure of a document is known as a(n): DTD #PCDATA HTML Stylesheet DOCTYPE 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): HTML page. Stylesheet. DOCTYPE procedure. Stored procedure. TRUE ANSWER : ? YOUR ANSWER : ?
XML is: All of these a hybrid of document processing and database processing only. a standardized yet customizable way to describe the content of documents only. a subset of SGML only. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about XML? XML documents have two sections. Web page display is the most important application of XML. With XML, there is a clear separation between document structure, content and materialization. XML is more powerful than HTML. 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 : ?