get_foreign_keys
Retrieve foreign key constraints and referenced tables for a specified table in SQL Server. Provide table name and optional schema to inspect data relationships.
Instructions
Lista as chaves estrangeiras de uma tabela e suas referências.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Nome da tabela | |
| schema | No | Schema da tabela (padrão: dbo) |