ADO.NET provides the ability to create and process in-memory databases called: Tables Relations Datasets Views 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 : ?
Which of the following statements is not true about XML Schemas: They are used to define the content and structure of data. They define a set of symbols and the relationships of those symbols. They have their own syntax. They are themselves XML documents. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about XSLT? XSLT is a declarative transformation language. XSLT uses a set of procedures that specify how a document is to be programmed. XSLT uses a set of rules that govern how a document is to be materialized is created. XSLT is used to transform the input document into another document. TRUE ANSWER : ? YOUR ANSWER : ?
Documents that have no DTD are by definition not-type-valid. True False TRUE ANSWER : ? YOUR ANSWER : ?
If an XML document does not have a DTD, then by definition it is: not-type-valid. None of these type-valid. an HTML document. TRUE ANSWER : ? YOUR ANSWER : ?