Google News
logo
SQL Server - Quiz(MCQ)
Which of the following guideline is considered during column design?
A)
An xml data type can only be a key column only in an XML index
B)
Examine column which have composite primary keys
C)
Keep the length of the index key short for non clustered indexes
D)
None of the above

Correct Answer :   An xml data type can only be a key column only in an XML index


Explanation : QL Server 2012 SP1 introduces a new type of XML index known as a Selective XML Index. This new index can improve querying performance over data stored as XML in SQL Server, allow for much faster indexing of large XML data workloads.

Advertisement