To eliminate definition duplication, XML Schemas define: A normalized definition table. An intersection table. Global elements. None of these TRUE ANSWER : ? YOUR ANSWER : ?
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 #PCDATA DOCTYPE TRUE ANSWER : ? YOUR ANSWER : ?
XML Schemas consist of: Tables and relationships. Properties and methods. Structure and data. Elements and attributes. TRUE ANSWER : ? YOUR ANSWER : ?
The expression FOR XML RAW tells SQL Server to: None of these Place the values of the columns as attributes in the resulting XML document. Place the values of the columns into elements rather than attributes. Place some columns into elements and others into attributes. 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 have their own syntax. They are themselves XML documents. They are used to define the content and structure of data. TRUE ANSWER : ? YOUR ANSWER : ?
The XSLT processor copies the elements of the stylesheet until it finds a command in the format: < HTML >...< / HTML > {item, action} SELECT ... FROM ... WHERE {for-each select} TRUE ANSWER : ? YOUR ANSWER : ?
XML is: a subset of SGML only. a hybrid of document processing and database processing only. All of these a standardized yet customizable way to describe the content of documents only. TRUE ANSWER : ? YOUR ANSWER : ?