qlty_standardDeviation
Calculate the standard deviation of a numeric column in a Teradata database table. Provide database, table, and column names to get the result.
Instructions
Get the standard deviation from column in a table.
Arguments: database_name - name of the database table_name - table name to analyze column_name - column name to analyze
Returns: ResponseType: formatted response with query results + metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_name | Yes | ||
| table_name | Yes | ||
| column_name | Yes |