Question
Books XQuery Lab Consider an XML document having the following DTD: Write XMLQuery queries to answer the following: 1.Find all the book titles published by
Books XQuery Lab |
Consider an XML document having the following DTD: Write XMLQuery queries to answer the following: 1.Find all the book titles published by 'Addison-Wesley'. Output should be of the form 2.Find all the books (their year and title) published between 1991 and 1995. Output should be of the form: 3.Find all the authors of books that are priced less than $50. Output should be of the form 4.Find all the books (their year and title) written by authors whose last name is 'Buneman'. Output should be of the form: 5.Find all the authors of books that were published before 1994. Output should be of the form |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started