Graph Tables in SQL 2017

Graph based tables is one of the most exciting features that has been included in the latest release of SQLServer. With graph tables its much easier to create data model to deal with complicated scenarios like multi linked hierarchies, many to many relationships, etc.
My latest article is on what graph tables are, how they’re implemented and includes an illustration using a popular use case.
You can find the complete article here

https://social.technet.microsoft.com/wiki/contents/articles/37993.t-sql-graph-based-tables-in-sql-2017.aspx

Feel free to read and share and let me know your comments