base_tableDDL
Retrieve the Data Definition Language (DDL) statement for a specified table in Teradata to understand its schema and structure.
Instructions
Displays the DDL definition of a table.
Arguments: table_name - Table name database_name - Database name persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name | |
| persist | No | If True, materializes result as a volatile table and returns table name | |
| database_name | No | Database name |