AI, Data, and Machine Learning

VW15 Adding Graph Structures to Your SQL Database

08/10/2022

3:15pm - 4:30pm

Level: Intermediate

Steve Jones

Editor

SQLServerCentral

Today's applications often use complex relationships between different data elements. While relational databases are suitable for many types of structures, they do not often perform well with graph structures.

This session will introduce the graph structures, showing how to build a set of nodes and edges, populate them with data, and easily build simple queries to solve complex problems. We will examine the graph capabilities of SQL Server as well as Neo4J and RedisGraph.

You will learn:

  • An understand a graph structure composed nodes and edges
  • Learning Objective 2:
  • How to compare the implementation between SQL Server and other platforms
  • See examples of how data population and querying differ across platforms