69
XQuery
•FOR $x in expr  -- binds $x to each value in the list expr
•
•LET $x = expr   -- binds $x to the entire list expr
–Useful for common subexpressions and for aggregations