SQL DDL Display

This code editor displays the SQL Data Definition Language (DDL) CREATE VIEW statement for the inspected view. The SQL DDL is automatically generated based on the view's metadata and definition.

The generated SQL statement includes the complete view query, all column selections, joins, filters, and other logic. You can use this SQL to:

The SQL code is syntax-highlighted for readability. You can copy the entire statement and execute it in your preferred SQL tool or save it for version control purposes.