
Practical Graph Structures in SQL Server and Azure SQL
Enabling Deeper Insights Using Highly Connected Data
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Practical Graph Structures in SQL Server and Azure SQL
Enabling Deeper Insights Using Highly Connected Data
About this book
The graph examples in the book are useful for analyzing social media relationships, complex product-to-customer relationships, and any other type of data analysis in which indirect connections that otherwise might be missed using conventional techniques can be mined for their insight and business value.
Tree structures are covered, with emphasis on a structure commonly used by organizations to aggregate data at different levels of an organization. The book provides code examples of SQL Graph objects as well as an alternate tree implementation technique. Included is sample data (and data generators) for you to test for performance and choose the implementation approach that best suits your needs and that of your application.
If your job involves analyzing or storage of data elements that are connected in a networked topology, then this is the book that will help you bring the power of SQL Server to bear on that data and take advantage of your existing knowledge.
- Understand the graph model and the associated terms used in graph analysis
- Store highly connected data in SQL Server and Azure SQL alongside existing relational data
- Make full use of the graph table feature that is refined and enhanced in SQL Server 2019
- Implement high performance tree structures that will make storing and querying tree data possible
- Report on data associated with a tree structure to aggregate results at different levels
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Front Matter
- 1.Ā Introduction to Graphs
- 2.Ā Data Structures and Algorithms
- 3.Ā SQL Graph Table Basics
- 4.Ā SQL Graph Tables: Extended Topics
- 5.Ā Tree Data Structures
- 6.Ā Tree Structures, Algorithms, and Performance
- 7.Ā Other Directed Acyclic Graphs
- 8.Ā A Graph For Testing
- Back Matter