# TABLE\_CONSTRAINTS

This view contains information about table constraints.

| Column Name          | Description                                                                            |
| -------------------- | -------------------------------------------------------------------------------------- |
| `CONSTRAINT_CATALOG` | The name of the related catalog for a given constraint.                                |
| `CONSTRAINT_SCHEMA`  | The name of the related schema (database) for a given constraint.                      |
| `CONSTRAINT_NAME`    | The name of a given constraint.                                                        |
| `TABLE_SCHEMA`       | The name of the related schema (database) for the table related to a given constraint. |
| `TABLE_NAME`         | The name of the realated table.                                                        |
| `CONSTRAINT_TYPE`    | The type of constraint.                                                                |

***

Modified at: August 29, 2022

Source: [/cloud/reference/information-schema-reference/workspace-component/table-constraints/](https://docs.singlestore.com/cloud/reference/information-schema-reference/workspace-component/table-constraints/)

(An index of the documentation is available at /llms.txt)
