CSc 8711. Databases and the Web
Fall 2006, Take Home XQuery Quiz
Due: November 27th, 2006
Consider the bibliography data. Write XQuery
expressions for the following queries:
- Find articles that have "Temporal" in their titles.
- Find all articles authored by "Raghu Ramakrishnan".
- Find number of articles with more than 3 authors.
- Produce a listing of URLs of articles for each author.
Output should consist of author names followed by list of URLS, sorted
by authir names.
- Find all articles that are over 40 pages long.
Execute these queries using Galax system on tinman and submit terminal
session captures. Use handin script to submit terminal capture (except for
(4)). Submit query and output file for (4).