



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
These lecture notes cover various aspects of xquery, an expression language for querying and transforming xml documents. Topics include xpath, flwr expressions, subqueries, existentially and universally quantified expressions, aggregation, sorting, and more. Students will learn how to write xquery expressions to retrieve and manipulate data from xml documents.
Typology: Slides
1 / 6
This page cannot be seen from the preview
Don't miss anything!




2
3
5
for: loop $b ranges over the result sequence, getting one item at a time let: assignment $p gets the entire result of $b/publisher (possibly many nodes) where: filter condition return: result structuring Invoked in the “innermost loop,” i.e., once for each successful binding of all query variables
6
11
12
14
15