December 2002
Intermediate to advanced
928 pages
85h 29m
English
XMLELEMENT ([NAME]identifier[, XMLATTRIBUTES(value_expr[ASc_alias] [,value_expr[ASc_alias]. . .]] [,value_expr[,value_expr. . .])])
Returns an instance of XMLType named identifier, with the attributes listed in XML_attributes_clauses and a value of value_expr. c_alias is an optional alternative name for the XML value. Typically used to format values returned from columns into XML fragments. New with Oracle9i.