1.

Which of the following is not a XML storage option?(a) Native storage as XML data type(b) Mapping between XML and relational storage(c) Small object storage(d) None of the MentionedI got this question in exam.Query is from Working With XML Data in chapter Beyond Relational of SQL Server

Answer»

The correct answer is (c) Small OBJECT storage

Easiest EXPLANATION: XML USES LARGE object storage which uses varchar(max) and varbinary(max).



Discussion

No Comment Found

Related InterviewSolutions