Upcoming presentations
No upcoming presentations...
Past presentations
Trees/Hierarchical Data in the SQL Database
How to make nested relationships in SQL more easily and fluently
Learn tools and best practices for constructing, querying, visualizing and manipulating trees and hierarchical data in SQL.
We'll compare various design patterns for how to store the hierarchical relationships in the schema, and explore trade-offs and practical use cases for different approaches. Learn how PostreSQL features such as JSON / JSONB / array types, the WITH RECURSIVE keyword, an...