db_table_foreign_keys
Retrieve foreign key relationships for a specific database table to understand its connections and dependencies.
Instructions
Get foreign key relationships for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Connection identifier from db_connect_test | |
| database | Yes | Database name | |
| table | Yes | Table name |