InterviewSolution
Saved Bookmarks
| 1. |
Which of the following guideline is considered during column design?(a) Keep the length of the index key short for non clustered indexes(b) An xml data type can only be a key column only in an XML index(c) Examine column which have composite primary keys(d) None of the mentionedI got this question in an internship interview.My doubt stems from Indexing Strategies topic in division Performance Tuning and Optimization of SQL Server |
|
Answer» The correct answer is (B) An xml data type can only be a key column only in an XML index |
|