qlty_rowsWithMissingValues
Identify and retrieve rows containing missing values from a specified table and column in a Teradata database to assess data quality and integrity.
Instructions
Get the rows with missing values in a table.
Arguments: db_name - name of the database table_name - table name to analyze col_name - column name to analyze
Returns: ResponseType: formatted response with query results + metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
col_name | Yes | ||
db_name | Yes | ||
table_name | Yes |