PreviousNext

Public Preview of Graph Edge Constraints on SQL Server 2019

by bill-s, 2018-09-29T18:38:51.813Z

SQL Server 2017 and Azure SQL Database introduced native graph database capabilities used to model many-to-many relationships. The first implementation of SQL Graph introduced support for nodes to represent entities, edges to represent relationships and a new MATCH predicate to support graph pattern matching and traversal.

Read More