1.

Which of the following is not a xml data type method?(a) query()(b) value()(c) nodes()(d) none of the MentionedThe question was posed to me in unit test.Question is from Working With XML Data topic in portion Beyond Relational of SQL Server

Answer»

Right option is (d) NONE of the Mentioned

The best I can explain: The XML data type comes with four METHODS that ASSIST with querying and MANIPULATING the XML data stored in the column or variable. Those methods are query(), value(), nodes() and modify().



Discussion

No Comment Found

Related InterviewSolutions