InterviewSolution
Saved Bookmarks
| 1. |
What is every identifier in an XQuery called?(a) Name(b) QName(c) Qidt(d) QnamThe question was asked in a job interview.This question is from Xquery in division Beyond Relational of SQL Server |
|
Answer» CORRECT CHOICE is (B) QName The best EXPLANATION: A QName is made up of a namespace prefix and a local NAME. In this implementation, the variable names in XQuery are QNames and they cannot have prefixes. |
|