Constraint Insights
DB Insights catalogs every constraint—PRIMARY KEY, FOREIGN KEY, CHECK, UNIQUE, and DEFAULT—while also highlighting any implicit foreign key relationships not formally defined in the schema.

Key Capabilities
Constraint Catalog
Lists key constraints and their associated columns or conditions (CHECK, DEFAULT, UNIQUE, PRIMARY KEY, FOREIGN KEY).
Columns & Conditions
Pinpoints which columns are bound by each constraint and explains the logic.
Explicit & Implicit Relationships
Documents foreign key relationships (ON DELETE, ON UPDATE) and uncovers unstructured links by analyzing procedures, functions, and triggers.
SQL Code Display
Offers a dedicated T-SQL view for validation and troubleshooting.