InterviewSolution
Saved Bookmarks
| 1. |
Which of the following indexes can be created on XML columns?(a) Primary(b) Secondary(c) Full-text(d) All of the MentionedI have been asked this question in an internship interview.I'd like to ask this question from Working With XML Data in portion Beyond Relational of SQL Server |
|
Answer» RIGHT choice is (d) All of the Mentioned To explain I would say: You can ALSO create full-text INDEXES on XML columns. However, the indexes IGNORE the XML markup and include only element content. |
|