nasim-witt
Uploaded by
7 SLIDES
204 VIEWS
70LIKES

Understanding XML and Internet Databases: Key Concepts and Query Techniques

DESCRIPTION

This chapter delves into the XML hierarchical data model, emphasizing well-formed and valid XML documents alongside DTD and XML Schema. It covers various approaches for storing XML documents, extracting XML data from relational databases, and methods for converting graph structures into tree formats. Additionally, it discusses essential tools and query languages such as XPath for path expression specification and XQuery for executing complex queries on XML data. This knowledge is crucial for effectively managing and querying XML in the context of Internet databases.

1 / 7

Download Presentation

Understanding XML and Internet Databases: Key Concepts and Query Techniques

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 26 XML and Internet Databases

  2. XML Hierarchical (Tree) Data Model

  3. XLM Documents, DTD, and XML Schema • Well-Formed and Valid XML Documents and XML DTD • XML Schema

  4. XML Documents and Databases • Approaches to Storing XML Documents • Extracting XML Documents from Relational Databases • Breaking Cycles to Convert Graphs into Trees • Other Steps for Extracting XML Documents from Databases

  5. XML Query • XPath: Specifying Path Expressions in XML • XQuery: Specifying Queries in XML

  6. Summary

More Related