SQL DDL Display

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

The generated SQL statement includes all column definitions, data types, constraints, and table properties. 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.