list_foreign_keys
Retrieve all foreign key relationships in a database schema to understand table dependencies and referential integrity.
Instructions
List all foreign key relationships in a schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name (optional) | |
| schema | No | Schema name (optional, defaults to dbo) |