base_tableDDL
Retrieve the DDL definition of a Teradata table by specifying table name and optional database name. Optionally materialize result as a volatile table for further use.
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 |