dba_tableSpace
Analyze and retrieve table space usage for a specific table or all tables within a specified database in Teradata. Supports efficient database management by providing formatted query results and metadata.
Instructions
Get table space used for a table if table name is provided or get table space for all tables in a database if a database name is provided."
Arguments: database_name - database name table_name - table name
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_name | Yes | ||
table_name | Yes |