Appendix I – XML
Page I-8
I.23 When would you use FOR XML EXPLICIT?
FOR XML EXPLICIT would be used when some data values of the table columns need to be
I.24 What is the importance of the order of tables in a SQL statement that uses FOR
XML?
When the XML document is generated, SQL Server uses the given table order to determine
I.25 Explain, in your own words, why SQL with FOR XML cannot be used to construct an
XML document having two multivalued paths.
SQL itself cannot handle multivalued paths, and the added XML features do not (and cannot)
I.26 Why is the limitation in Review Question I.25 important?
XML Schema can have multivalued paths. Therefore, in order to build the XML Schema, we
I.27 Explain, in your own words, why XML is important to database processing.
XML gives us the ability to combine Web services and database processing so that there is a
I.28 Why is XML Schema important for interorganizational document sharing?
When different organizations that share similar data can agree upon an XML Schema for the