InterviewSolution
Saved Bookmarks
| 1. |
SQL Server lets you define how many types of secondary XML indexes?(a) 3(b) 4(c) 5(d) 6I have been asked this question in an online quiz.The doubt is from Working With XML Data in division Beyond Relational of SQL Server |
|
Answer» CORRECT ANSWER is (a) 3 To EXPLAIN I would say: Secondary indexes are PATH, VALUE, and PROPERTY. |
|