InterviewSolution
Saved Bookmarks
| 1. |
Which operation cannot be performed on XML schema collection?(a) DROP(b) DELETE(c) CREATE(d) UPDATEI got this question during an interview.This interesting question is from Working With XML Data topic in chapter Beyond Relational of SQL Server |
|
Answer» RIGHT CHOICE is (b) DELETE To EXPLAIN I WOULD say: XML schema collection is a metadata entity like a table in the database. |
|