qlty_missingValues
Identify columns with missing values in a Teradata database table by specifying the database and table name. Simplify data quality assessment for improved analysis.
Instructions
Get the column names that having missing values in a table.
Arguments: db_name - name of the database table_name - table name to analyze
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_name | Yes | ||
table_name | Yes |