dba_tableSqlList
Retrieve a list of SQL queries executed on a specified table within a defined number of days using the Teradata MCP Server tool. Simplify query analysis and tracking for database management.
Instructions
Get a list of SQL run against a table in the last number of days.
Arguments: table_name - table name no_days - number of days
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
no_days | Yes | ||
table_name | Yes |