XQuery language Presented by: Tayeb sbihi supervised by: Dr. H. Haddouti.

Slides:



Advertisements
Similar presentations
XML Data Management 8. XQuery Werner Nutt. Requirements for an XML Query Language David Maier, W3C XML Query Requirements: Closedness: output must be.
Advertisements

Web Data Management XQuery 1. In this lecture Summary of XQuery FLWOR expressions – For, Let, Where, Order by, Return FOR and LET expressions Collections.
XML May 3 rd, XQuery Based on Quilt (which is based on XML-QL) Check out the W3C web site for the latest. XML Query data model –Ordered !
XML, XML Schema, Xpath and XQuery Slides collated from various sources, many from Dan Suciu at Univ. of Washington.
XQUERY. What is XQuery? XQuery is the language for querying XML data The best way to explain XQuery is to say that XQuery is to XML what SQL is to database.
Database Management Systems, R. Ramakrishnan1 Introduction to Semistructured Data and XML Chapter 27, Part D Based on slides by Dan Suciu University of.
Introduction to XML, XPath, & XQuery CS186, Fall 2005 R &G - Chapters 7-27 Bill Gates, The Revolution, and a Network of Trees ( based on a true story)
1 Part 3: Query Languages Managing XML and Semistructured Data.
© 2002 by Prentice Hall 1 SI 654 Database Application Design Winter 2003 Dragomir R. Radev.
Managing XML and Semistructured Data Lecture 8: Query Languages - XML-QL Prof. Dan Suciu Spring 2001.
Querying XML (cont.). Comments on XPath? What’s good about it? What can’t it do that you want it to do? How does it compare, say, to SQL?
IS432: Semi-Structured Data Dr. Azeddine Chikh. 7. XQuery.
1 Lecture 12: XQuery in SQL Server Monday, October 23, 2006.
XQuery: 1 W3C (World Wide Web Consortium) What is W3C? –An industry consortium, best known for standardizing HTML and XML. –Working Groups create or adopt.
A Graphical Environment to Query XML Data with XQuery
CMPT 354, Simon Fraser University, Fall 2008, Martin Ester 357 Database Systems I Query Languages for XML.
1 COS 425: Database and Information Management Systems XML and information exchange.
Query Languages - XQuery Slides partially from Dan Suciu.
XML May 1 st, XML for Representing Data John 3634 Sue 6343 Dick 6363 John 3634 Sue 6343 Dick 6363 row name phone “John”3634“Sue”“Dick” persons.
SDPL 2001Notes 8.2: XQuery1 8.2 W3C XML Query Language –Thanks for Helena Ahonen-Myka (University of Helsinki) for borrowing her slide originals for this.
XQuery – The W3C XML Query Language Jonathan Robie, Software AG Don Chamberlin, IBM Research Daniela Florescu, INRIA.
XML, XML Schema, Xpath and Xquery Slides collated from various sources, many from Dan Suciu at Univ. of Washington.
XML QUERY LANGUAGE Prepared by Prof. Zaniolo, Hung-chih Yang, Ling-Jyh Chen Modified by Fernando Farfán.
XML –Query Languages, Extracting from Relational Databases ADVANCED DATABASES Khawaja Mohiuddin Assistant Professor Department of Computer Sciences Bahria.
XML, XML Schema, XPath and XQuery Query Languages CS561 Slides collated from several sources, including D. Suciu at Univ. of Washington.
Xpath to XQuery February 23rd, Other Stuff HW 3 is out. Instructions for Phase 3 are out. Today: finish Xpath, start and finish Xquery. From Wednesday:
1 Lecture 16: Querying XML Data: XPath, XQuery Friday, February 11, 2005.
Querying XML February 12 th, Querying XML Data XPath = simple navigation through the tree XQuery = the SQL of XML XSLT = recursive traversal –will.
Processing of structured documents Spring 2003, Part 8 Helena Ahonen-Myka.
Advisor: Prof. Zaniolo Hung-chih Yang Ling-Jyh Chen XML Query Language.
Xquery. Summary of XQuery FLWR expressions FOR and LET expressions Collections and sorting Resource W3C recommendation:
Lecture 21 XML querying. 2 XSL (eXtensible Stylesheet Language) In HTML, default styling is built into browsers as tag set for HTML is predefined and.
Introduction to XQuery Resources: Official URL: Short intros:
1 XQuery Slides From Dr. Suciu. 2 FLWR (“Flower”) Expressions FOR... LET... WHERE... RETURN... FOR... LET... WHERE... RETURN...
SDPL 20067: Querying XML with XQuery1 7 Querying XML n How to access data sources as XML? n XQuery, W3C XML Query Language –Candidate Rec, November 2005.
Introduction to XML and XQuery Guangjun (Kevin) Xie.
1 XTree for Declarative XML Querying Zhuo Chen, Tok Wang Ling, Mengchi Liu, and Gillian Dobbie January 2004.
VICTORIA UNIVERSITY OF WELLINGTON Te Whare Wananga o te Upoko o te Ika a Maui SWEN 432 Advanced Database Design and Implementation An Introduction to XQuery.
A Quilt, not a Camel Don Chamberlin Jonathan Robie Daniela Florescu May 19, 2000.
End of XML February 19 th, FLWR (“Flower”) Expressions FOR... LET... WHERE... RETURN... FOR... LET... WHERE... RETURN...
Introduction to XQuery Bun Yue Professor, CS/CIS UHCL.
Paul Cotton, XML Query WG1 Querying XML Documents Paul Cotton ZIG Washington, Dec 7, 2000.
Lecture 6: XML Query Languages Thursday, January 18, 2001.
Database Systems Part VII: XML Querying Software School of Hunan University
SDPL 2002Notes 9: XQuery1 9 Querying XML Data and Documents n XQuery, W3C XML Query Language –"work in progress", Working Draft, 30 April 2002 –joint work.
PROCESSING AND QUERYING XML 1. ROADMAP Models for Parsing XML Documents XPath Language XQuery Language XML inside DBMSs 2.
[ Part III of The XML seminar ] Presenter: Xiaogeng Zhao A Introduction of XQL.
XML query. introduction An XML document can represent almost anything, and users of an XML query language expect it to perform useful queries on whatever.
SDPL 20077: Querying XML with XQuery1 7 Querying XML n How to access XML data sources? n XQuery, XML Query Lang, W3C Rec, 01/ '07 –joint work by XML Query.
1 XQuery Slides From Dr. Suciu. 2 XQuery Based on Quilt, which is based on XML-QL Uses XPath to express more complex queries.
XML May 6th, Instructor AnHai Doan Brief bio –high school in Vietnam & undergrad in Hungary –M.S. at Wisconsin –Ph.D. at Washington under Alon &
IS432 Semi-Structured Data Lecture 6: XQuery Dr. Gamal Al-Shorbagy.
19 th International Unicode Conference San Jose, CA September W3C XML Query Paul Cotton, Microsoft 19 th Unicode Conference Sept 12, 2001.
CSE 6331 © Leonidas Fegaras XQuery 1 XQuery Leonidas Fegaras.
1 Lecture 5: Relational Algebra and XML Monday, April 26th, 2004.
XQuery 1. In this lecture Summary of XQuery FLWOR expressions – For, Let, Where, Order by, Return FOR and LET expressions Collections and sorting 2.
Lecture 17: XPath and XQuery Wednesday, Nov. 7, 2001.
1 CSE544: Lecture 7 XQuery, Relational Algebra Monday, 4/22/02.
1 Lecture 12: XML, XPath, XQuery Friday, October 24, 2003.
SDPL 2005Notes 7: XQuery1 7 Querying XML n How to access different sources (DBs, docs) as XML? n XQuery, W3C XML Query Language –"work in progress", (last.
Querying and Transforming XML Data
8 Querying XML How to access different sources (DBs, docs) as XML?
End of XQuery DBMS Internals
Querying XML and Semistructured Data
XML: Schemas, Queries Wednesday, 4/17/2002
Lecture 12: XML, XPath, XQuery
Introduction to Database Systems CSE 444 Lecture 12 More Xquery and Xquery in SQL Server April 25, 2008.
XQuery Leonidas Fegaras.
Lecture 12: XQuery in SQL Server
Introduction to Database Systems CSE 444 Lecture 12 Xquery in SQL Server October 22, 2007.
Presentation transcript:

XQuery language Presented by: Tayeb sbihi supervised by: Dr. H. Haddouti

Why XQuery ?? Other query languages are too specific XML covers many facets of data modeling Need a query language to reflect that

Why not other languages ?? Document-oriented XQL, XPath, XSLT Relational SQL Object OQL Semi-structured XML-QL, Lorel, YATL, UnQL

Who made it ?? Quilt 3 people World Wide Web Consortium (W3C) Query Language Working Group XML Query Working Group

Who (cont.) ?? 5 stages to W3C “Recommendation” Working Draft Last Call Working Draft Candidate Recommendation Proposed Recommendation W3C Recommendation

When/Where ?? W3C Query Language Workshop: Boston, December 1998 First Draft: April 2001 Working Draft: Draft 7, June 2001 Final: ?

Origins SQL OQL XQL Xpointer Xpath XQL - 99 XML - QL XSL patterns Quilt XQuery

XML Query Requirements General: Declarative Language Readable XML Syntax Protocol Independence Standard Error Conditions Support for Future Updates Data Model: Based on XML Infosets Namespace Aware Support for XML Schema Data Types Support Inter/Intra Document References

XML Query Requirements (cont.) Query Functionality: Operators on All Data Types Text Operators Across Element Boundaries Hierarchies and Sequences Combination of Data from Various Locations Aggregation and Sorting Combination of Operators (Queries as Operands) Support NULL values Preservation of Structure/Identity Operations on Names/Schemas Extensibility & Closure

What is XQuery A language for querying XML A human-readable syntax for an XML query language A functional programming language The product of the W3C’s XML Query Working Group

XQuery Functional Language Query Represented as an Expression Expressions can be Nested without Restriction Input/Output of an XQuery are Instances of the XML Query Data Model Based on OQL, SQL, XML-QL, XPath Readable XML Syntax

XQuery 1.0 & XPath 2.0 XML 1.0Namespaces 1.0 XML Schema 1.0 XQuery 1.0 & Xpath 2.0 Data Model XQuery 1.0 & Xpath 2.0 Functions & Operators XQuery 1.0 & Xpath 2.0 Formal Semantics XQuery 1.0 & Xpath 2.0 Requirements & Use Cases XQuery 1.0XPath 2.0 XQueryX 1.0

.Denotes the current node...Denotes the parent of the current node. / Denotes the root node, or a separator between steps in a path. //Denotes descendants of the current attributes of the current node. *Denotes "any" (node with unrestricted name). [ ] Brackets enclose a Boolean expression that serves as a predicate for a given step. [n ] When a predicate consists of an integer, it serves to select the element with the given ordinal number from a list of elements. Symbols

XQuery Expressions Path Expressions Element Constructors FLWR Expressions Expressions with Operators/Functions Conditional Expressions Quantified Expressions

Path Expression (Q) In the second chapter of the document named "zoo.xml", find the figure(s) with caption "Tree Frogs". document("zoo.xml")//chapter[2]//figure[caption = "Tree Frogs"] First step locates the root node of a document. Second step locates the second chapter of the document ( ordinal number) Third step finds figure elements occurring anywhere within the chapter, but retains those figure elements that have a caption with the value "Tree Frogs."

XQuery Element Constructor Start/End Tag + Enclosed List of Expressions Generate an element with a computed name that contains nested elements: $d $p

XQuery For Let Where Return (FLWR) FOR and LET Clause Generate a List of Tuples that Preserves Doc Order WHERE Clause Applies a Predicate to Eliminate Some Tuples RETURN Clause Executed on Resulting Tuples -> Ordered Output List Syntax: FOR var IN expr WHERE expr RETURN expr LET var := expr

FLWR Expressions A FLWR (pronounced "flower") expression is constructed from FOR, LET, WHERE, and RETURN clauses, which must appear in a specific order. A FLWR expression binds values to one or more variables and then uses these variables to construct a result.

XML Document TCP/IP Illustrated Stevens W. Addison-Wesley Advanced Programming in the Unix environment Stevens W. Addison-Wesley The Economics of Technology and Content for Digital TV Gerbarg Darcy CITI Kluwer Academic Publishers

FLWR Expressions (Q) List each publisher and the average price of its books. FOR $p IN distinct(document("bib.xml")//publisher) LET $a := avg(document("bib.xml")//book[publisher = $p]/price) RETURN {$p/text()} {$a} distinct = a function that eliminates duplicates

XQuery Operators and Functions Infix/Prefix Operators e.g., Infix Operators BEFORE and AFTER Parenthesized Expressions Arithmetic/Logical Operators Collection Operators e.g., UNION, INTERSECT, EXCEPT Functions Can Be Defined in XQuery

Conditional Expressions (Q) Make a list of holdings, ordered by title. For journals, include the editor, and for all other holdings, include the author. FOR $h IN //holding RETURN {$h/title, IF = "Journal") THEN $h/editor ELSE $h/author } SORTBY (title)

If-Then-Else FOR $h IN //holding RETURN $h/title, IF = "Journal" THEN $h/editor ELSE $h/author SORTBY (title) FOR $h IN //holding RETURN $h/title, IF = "Journal" THEN $h/editor ELSE $h/author SORTBY (title)

Quantifiers Tests for existence of some elements that satisfy a condition Also used to test whether all elements in a collection satisfy a condition Key words satisfies and contains

XQuery Quantified Expressions (Q) Find titles of books in which both sailing and windsurfing are mentioned in the same paragraph. FOR $b IN //book WHERE SOME $p IN $b//para SATISFIES (contains($p, "sailing") AND contains($p, "windsurfing")) RETURN $b/title

Sorting A sequence can be ordered by means of a SORTBY clause that contains one or more "ordering expressions." (Q)List all books with price greater than $100, in order by first author; within each group of books with the same first author, list the books in order by title. document("bib.xml")//book[price > 100] SORTBY (author[1], title)

Sorting in XQuery FOR $p IN distinct(document("bib.xml")//publisher) RETURN $p/text(), FOR $b IN document("bib.xml")//book[publisher = $p] RETURN $b/title, SORTBY(price DESCENDING) SORTBY(name) FOR $p IN distinct(document("bib.xml")//publisher) RETURN $p/text(), FOR $b IN document("bib.xml")//book[publisher = $p] RETURN $b/title, SORTBY(price DESCENDING) SORTBY(name)

Collections in XQuery Ordered and unordered collections /bib/book/author = an ordered collection Distinct(/bib/book/author) = an unordered collection LET $a = /bib/book  $a is a collection $b/author  a collection (several authors...) RETURN $b/author Returns:...

Collections in XQuery What about collections in expressions ?  list of n prices * 0.7  list of n numbers *  list of n x m numbers ?? * +  * + * !!

Group-By in Xquery ?? FOR $b IN document(" $y IN WHERE $b/publisher="Morgan Kaufmann" RETURN GROUPBY $y WHERE count($b) > 10 IN $y FOR $b IN document(" $y IN WHERE $b/publisher="Morgan Kaufmann" RETURN GROUPBY $y WHERE count($b) > 10 IN $y SELECT year FROM Bib WHERE Bib.publisher="Morgan Kaufmann" GROUPBY year HAVING count(*) > 10 SELECT year FROM Bib WHERE Bib.publisher="Morgan Kaufmann" GROUPBY year HAVING count(*) > 10  with GROUPBY Equivalent SQL  count = a (aggregate) function that returns the number of elms

JOINS in Relation 1ABC100 2DEF75 3GHI36 4JKL2 5MNO0 P (part) P_no descrip qnty 27IBMNY 35MSFTWSH 8LSNJAX 14AMDCA 51AJRBNA 24UFGNV S (supplier) s_no name locat SP (Supplies) p_no s_no price

XML documents P.XML 1 ABC 100 S.XML 27 IBM NY SP.XML

JOINS in XQuery For $sp in document(“sp.xml”)//sp_tuple, $p in document(“p.xml”)//p_tuple[ p_no = $sp/p_no] $s in document(“s.xml”)//s_tuple [s_no = $sp/s_no] Return { $s/name, $p/descrip } sortby(name, descrip)

Additional Issues Updates : not implemented Case sensitivity: all keywords are case sensitive Type checking: When being processed a query goes through two phases: Analysis Phase & Evaluation Phase. During the Analysis phase type checking occurs to provide early detection of type errors and to compute the type of the result. Querying XML documents with cycles

Xml document TCP/IP Illustrated Stevens W. Addison-Wesley Advanced Programming in the Unix environment Stevens W. Addison-Wesley The Economics of Technology and Content for Digital TV Gerbarg Darcy CITI Kluwer Academic Publishers

Xquery example 1 List books published by Addison-Wesley after 1991, including their year and title. { for $b in document(" where $b/publisher = "Addison-Wesley" and > 1991 return { $b/title } }

Expected Result TCP/IP Illustrated Advanced Programming in the Unix environment

XQuery Example 2 Create a flat list of all the title-author pairs, with each pair enclosed in a "result" element. { for $b in document(" $t in $b/title, $a in $b/author return { $t } { $a } }

Expected Results TCP/IP Illustrated Stevens W.

XQuery example 3 For each book found at both bn.com and amazon.com, list the title of the book and its price from each source: { for $b in document(" $a in document(" where $b/title = $a/title return { $b/title } { $a/price/text() } { $b/price/text() } }

XQuery Example 4 For each book that has at least one author, list the title and first two authors, and an empty "et- al" element if the book has additional authors. { for $b in document(" where count($b/author) > 0 return { $b/title } { for $a in $b/author[position()<=2] return $a } { if (count($b/author) > 2) then else () } }

Result Data on the Web Abiteboul Serge Buneman Peter

Xquery example 5 List the titles and years of all books published by Addison-Wesley after 1991, in alphabetic order. { for $b in document(" where $b/publisher = "Addison-Wesley" and > 1991 return { } { $b/title } sort by (title) }

References W3C XQuery W3C XML Query Use Cases W3C XML Query Requirements W3C XML Query Data Model W3C XML Query Algebra

Q/A Session Your questions and feedback are most welcome......