adplus-dvertising
frame-decoration

Question

Reasons to use native XML features in SQL Server instead of managing your XML data in the file system would be:

a.

You need language support for query and data modification for cross-domain applications

b.

You want the server to guarantee that the data is well formed and also optionally validate your data according to XML schema

c.

You want indexing of XML data for efficient query processing and good scalability, and the use of a first-rate query optimizer

d.

All of the mentioned

Answer: (d).All of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Reasons to use native XML features in SQL Server instead of managing your XML data in the file system would be:

Similar Questions

Discover Related MCQs

Q. Which of the following part of the XML data stored in an XML column is very important for locking?

Q. XML datatype was introduced in which of the following versions of SQL Server?

Q. Which of the following feature of SQL Server was used before XML technology for semi structured data?

Q. What are Catalog Views for XML?

Q. Which of the following following is used for retrieving XML Schema Collections?

Q. What is index type for XML index entries?

Q. The space use of XML indexes can be found in the table-valued function named?

Q. Contents of sys.xml_schema_collections are _____________

Q. Which of the following statement would import additional schema or schema components into an existing collection object?

Q. Which operation cannot be performed on XML schema collection?

Q. Can we use untyped XML data type in the following situations?

Q. Point out the wrong statement.

Q. SQL Server 2008 has made several extensions to the XML Schema support which includes?

Q. Which of the following is not a xml data type method?

Q. Which of the following indexes can be created on XML columns?

Q. SQL Server lets you define how many types of secondary XML indexes?

Q. What is the purpose of the primary XML index?

Q. Statement for dropping XML index is __________

Q. Different xml modes available for xml clauses are __________

Q. Sample applications to illustrate XML functionality in SQL Server are _____________