InterviewSolution
Saved Bookmarks
| 1. |
Different types of errors raised during Xquery operation are ______________(a) Static(b) Dynamic(c) Type(d) All of the mentionedI had been asked this question in final exam.My question is based upon Xquery topic in section Beyond Relational of SQL Server |
|
Answer» RIGHT option is (d) All of the mentioned Easiest explanation: The W3C specification ALLOWS TYPE errors to be raised statically or dynamically, and defines static, DYNAMIC, and type errors. |
|