Which function can be used to obtain values from XML documents that are to be inserted into one or more tables?
A. XMLATTRIBUTES
B. XMLTABLE
C. XMLPARSE
D. XMLEXISTS
Explanation:
One Comment on “Which function can be used to obtain values from XML documents that are to be inserted into one or more tables”
Chow, Kenneth KYsays:
XMLTABLE function overview
XMLTABLE is an SQL table function that returns a table from the evaluation of XQuery expressions. XQuery expressions normally return values as a sequence, however, XMLTABLE allows you to execute an XQuery expression and return values as a table instead. The table that is returned can contain columns of any SQL data type, including XML.
XMLTABLE function overview
XMLTABLE is an SQL table function that returns a table from the evaluation of XQuery expressions. XQuery expressions normally return values as a sequence, however, XMLTABLE allows you to execute an XQuery expression and return values as a table instead. The table that is returned can contain columns of any SQL data type, including XML.
0
0