XQuery is a technology under development by the World Wide Web Consortium (W3C) that's designed to query collections of XML data -- not just XML files, but anything that can appear as XML, including relational databases. XQuery has broad support from IBM, Microsoft, and Oracle as well as application server vendors such as BEA and Software AG.
XQuery will become a W3C standard - and developers can be sure that the code will work among different products.
XQuery can be used to:
A query in XQuery is an expression that:
The principal forms of XQuery expressions are:
Expressions are evaluated relative to a context:
XQuery 1.0 and XPath 2.0 share the same data model and support the same functions and operators. If you have already studied XPath you will have no problems with understanding XQuery.
XQuery can be used to:
References: http://www.w3schools.com/