1. Introduction to Graphs: What a graph is, and ways graphs can be used
2. Data Structures and Algorithms: How graphs are implemented, and the algorithms that are used to process them
3. SQL Graph Tables Basics: The syntax that Microsoft has implemented for use with graph data stored in SQL Server tables
4. SQL Graph Tables: Extended Topics: Methods that can help you load and protect the integrity of the data in your SQL Graph tables
5. Tree Data Structures: A tree structure built using SQL Graph objects, including code to load and manipulate those nodes in ways that you will need when building production systems
6. Tree Structures, Algorithms, and Performance: A new method of implementing a tree, objects that can help you report on your trees faster, and how these methods perform with certain sized data sets
7. Other Directed Acyclic Graphs: A bill of materials directed acyclic graph to demonstrate the techniques you will need when you are working with these structures that are similar to trees
8. A Graph for Testing: A graph structure and data generation tools for you to try on large sets of data to match your expected needs, and a set of performance tips for handling graph objects