Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

Question

book.xml

<?xml version="1.0" encoding="UTF-8"?>

<bookstore>

<book>

<title lang="eng">XML block book</title>

<price>29.99</price>

</book>

<book>

<title>Xml 1.1 Bible</title>

<price>39.95</price>

</book>

<book>

<title lang="spanish">principles of comiler</title>

  

<price>45.20</price>

</book>

 

</bookstore>

Using the book.xml file find the answer to the following queries

what the syntax XPath :

a) find an expression to find all English books.

a) Find books having lang attribute and also their price is below 30.

b) Display title of last book.

c) Showing only title of books having price below 30

d) Find book not written in German language.

e) Find books having price between 30 to 50

s)Find titles book having title more than 20 characters long.book.xml

  1. h) Evaluate the following XPATH expressions
    //book/title/@lang
      2. //book/title[(@lang)]
      3. //book/title[(@lang)]/@lang
      4. //book[(title)]
      5. //book[not (title)]/price
      6. //book[(title|price)]
      7. //book[round(price) = 30]/title
      8. //book[round(price) > 30]/title
      9. bookstore[count(book)<5]/book[2]/title
  2. h) Evaluate the following XPATH expressions
    //book/title/@lang
      2. //book/title[(@lang)]
      3. //book/title[(@lang)]/@lang
      4. //book[(title)]
      5. //book[not (title)]/price
      6. //book[(title|price)]
      7. //book[round(price) = 30]/title
      8. //book[round(price) > 30]/title
      9. bookstore[count(book)<5]/book[2]/title
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education