Conclusion
This article introduced Xquery’s methods and showed you how to use them against your XML data. You should also know that there are a variety of ways to accomplish the same task using one or more methods. With the working knowledge you gained from this article, I encourage you to explore using Xquery for yourself first by using examples similar to those above and building from there. When writing an Xquery, think of how it would convert to SQL—this will give a stronger concept of the syntax and the way Xquery is designed to manipulate XML data like SQL does relational data.