XQuery Expressions

An XQuery can be as simple as a single XPath expression or as complicated as a query with functional calls, conditional processes, and XML result constructions. In general, XQuery syntax is a FLWOR (pronounced “flower”) expression. FLWOR stands for for, let, where, order by, and return:

Image  For Iterates over a sequence of items, each of which could be XML nodes or atomic values.

Image  Let Declares variables that can be sequences of XML nodes or atomic values.

  Where Defines the conditions for filtering the result.

  Order By Specifies ...

Get Oracle Database 11g Building Oracle XML DB Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.