XQuery Tutorial |
-- Learning is not just about technology, it's about dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
XQuery Tutorial
XQuery Tutorial XQuery Introduction XQuery Example XQuery FLWOR Expression XQuery FLWOR + HTML XQuery Terms XQuery Syntax XQuery Add Element and Attribute XQuery Select and Filter XQuery Functions XQuery Summary XQuery Reference Manual
XQuery Introduction
Deep Dive
Programming
Data Management
Web Service
Computer
Network Design & Development
Scripting Language
Programming Language
Software
Search Engine
Web Service
XQuery Tutorial
The role of XQuery for XML is similar to the role of SQL for databases.
XQuery was designed to query XML data.
Start learning XQuery now!
XQuery Example
for $x in doc("books.xml")/bookstore/book
where $x/price>30
order by $x/title
return $x/title
XQuery Reference Manual
In , we provide a complete reference manual for all operators, built-in functions, and data types in XQuery 1.0.
YouTip