Next >>
SQL Server 2000 always returns the result of a FOR XML query
directly to the client in textual form. SQL Server 2005 enables you to
optionally request that the result of a FOR XML query be returned as xml data
type by specifying the TYPE directive..............
Read answer
Each row in the query result is transformed into an XML element that has the
generic identifier <ROW>
or the optionally provided element name in RAW
mode............... Read
answer
AUTO mode returns query results as nested XML elements. This
does not provide much control over the shape of the XML generated from a query
result.............
Read answer
Using EXPLICIT Mode provides more control and flexibility in
deciding the shape of the XML from a query result..............
Read answer
Answer - XML, Extensible Markup Language, is an open, text
based markup language that provides structural and semantic information to
data...............
Answer - XSL is a language for expressing style sheets. An XSL
style sheet is a file that describes the way to display an XML
document...............
Answer - An XSL sheet or a document may have duplicate elements
and attributes. Therefore, the XML namespaces define a way to distinguish
between..............
What is XQuery language?
Explain the syntax rule of XQuery language.
XQuery expression contains two parts: the Prolog and the Body. Explain them
Explain PATH expression in XQuery with an example................
Syntax and example for creating and dropping XML schema collection.
Limitations of the XML Schema collections.
Discuss about XML schema collection permission............
|