chapter 26

7
Copyright © 2004 Pearson Education, Inc.

Upload: nasim-witt

Post on 31-Dec-2015

16 views

Category:

Documents


0 download

DESCRIPTION

Chapter 26. XML and Internet Databases. XML Hierarchical (Tree) Data Model. XLM Documents, DTD, and XML Schema. Well-Formed and Valid XML Documents and XML DTD XML Schema. XML Documents and Databases. Approaches to Storing XML Documents Extracting XML Documents from Relational Databases - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Chapter 26

Copyright © 2004 Pearson Education, Inc.

Page 2: Chapter 26

Copyright © 2004 Pearson Education, Inc.

Chapter 26

XML and Internet Databases

Page 3: Chapter 26

Slide 26-3Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition

Copyright © 2004 Pearson Education, Inc.

XML Hierarchical (Tree) Data Model

Page 4: Chapter 26

Slide 26-4Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition

Copyright © 2004 Pearson Education, Inc.

XLM Documents, DTD, and XML Schema

Well-Formed and Valid XML Documents and XML DTD

XML Schema

Page 5: Chapter 26

Slide 26-5Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition

Copyright © 2004 Pearson Education, Inc.

XML Documents and Databases

Approaches to Storing XML DocumentsExtracting XML Documents from

Relational DatabasesBreaking Cycles to Convert Graphs into

TreesOther Steps for Extracting XML

Documents from Databases

Page 6: Chapter 26

Slide 26-6Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition

Copyright © 2004 Pearson Education, Inc.

XML Query

XPath: Specifying Path Expressions in XML

XQuery: Specifying Queries in XML

Page 7: Chapter 26

Slide 26-7Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition

Copyright © 2004 Pearson Education, Inc.

Summary