🛝SQL Diagram
The SQL Diagram feature is a sandbox tool that allows you to visualize lineage and relationships from a certain SQL query.
It helps you:
understand the CTEs flow when I comes to a complex query that has 1,000+ lines of codes.
tell a story of which JOINs are used in your query.
automatically create database diagrams and export them into SVG or PNG.
Check out our SQL diagram blog series on Medium:
What's next:
Using DDLs to define table schema:
CREATE TABLE
statement for tablesCREATE TEMPORARY TABLE
statement for CTEs
Last updated