| | |
Summary: March 29, 2008 ICS 541: XQuery 1
XQuery
March 29, 2008 ICS 541: XQuery 2
Objectives
To learn XML query language
March 29, 2008 ICS 541: XQuery 3
Lecture outline
What is XQuery?
Functions, path expressions, and predicates
XQuery Basic Syntax Rules
XQuery Comparisons
XQuery FLWOR Expressions
FLWOR Explained Indetail
XQuery built-in functions
XQuery user-defined functions
March 29, 2008 ICS 541: XQuery 4
- What is XQuery?
XQuery is the language for querying XML data
XQuery for XML is like SQL for databases
XQuery is built on XPath expressions
|