|
The XML data type comes with five methods. Explain them
|
The XML data type comes with five methods.
Explain them - March 09, 2009 at 11:00 AM by Amit Satpute
The XML data type comes with five methods. Explain
them
-
query() - method to query over an XML instance.
-
value() - method to retrieve a value of SQL type from an XML instance.
-
exist() - method to determine whether a query returns a nonempty result.
-
modify() - method to specify XML Data Modification Language statements to
perform updates.
-
nodes() - method to shred XML into multiple rows, which propagates parts of XML
documents into rowsets.
|
|
|
|