base_tableDDL
Generate and retrieve the full DDL definition of a specified table in Teradata databases, including rendered SQL with literals, using SQLAlchemy and provided bind parameters for precise metadata extraction.
Instructions
Displays the DDL definition of a table via SQLAlchemy, bind parameters if provided (prepared SQL), and return the fully rendered SQL (with literals) in metadata.
Arguments: db_name - Database name table_name - table name
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_name | Yes | ||
table_name | Yes |