1.

Which of the following function returns an instance of the XML data type?(a) query()(b) value()(c) nodes()(d) none of the MentionedThis question was posed to me in a national level competition.I'd like to ask this question from Xquery in division Beyond Relational of SQL Server

Answer»

Correct choice is (a) QUERY()

The EXPLANATION: xml.query() method TAKES an XQuery statement and returns an instance of the XML data type.



Discussion

No Comment Found

Related InterviewSolutions