This view lists the table constraints that exist in a network database.
The view contains the following columns:
| Name | Description |
| schema_name | Name of the schema that owns the table |
| table_name | Name of the table that owns the constraint |
| type | The type of constraint |
| columns | List of columns in the constraint |
| reference | The table referenced by a foreign key constraint |
Comments
Article is closed for comments.