check_constraint_routine_usage

The check_constraint_routine_usage view provides information about routines used by check constraints.

Column name Data type Description
constraint_catalog sql_identifier The name of the current database containing the constraint.
constraint_schema sql_identifier The name of the schema containing the constraint.
constraint_name sql_identifier The name of the constraint.
specific_catalog sql_identifier The name of the current database containing the function.
specific_schema sql_identifier The name of the schema containing the function.
specific_name sql_identifier The specific name of the function.