InterviewSolution
Saved Bookmarks
| 1. |
The choice of XML technology, native XML versus XML view, generally depends upon the following factors?(a) Storage options(b) Query capabilities(c) Indexing(d) All of the MentionedI had been asked this question in an online interview.Query is from Working With XML Data in division Beyond Relational of SQL Server |
|
Answer» CORRECT choice is (d) All of the Mentioned The explanation: Different XML CHOICES may ALSO have different PERFORMANCE characteristics. |
|