hana-cli
Version:
HANA Developer Command Line Interface
24 lines (23 loc) • 1.1 kB
HTML
<body>
<div class="body conbody">
<p class="shortdesc">SQL DDL Display</p>
<p class="p">
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.
</p>
<p class="p">
The generated SQL statement includes all column definitions, data types, constraints, and table properties.
You can use this SQL to:
</p>
<ul class="ul">
<li class="li">Recreate the table in another database or schema</li>
<li class="li">Document the table structure</li>
<li class="li">Compare table definitions across environments</li>
<li class="li">Generate migration scripts</li>
</ul>
<p class="p">
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.
</p>
</div>
</body>