🛝SQL Diagram
Last updated
Last updated
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:
CREATE TABLE
statement for tables
CREATE TEMPORARY TABLE
statement for CTEs