db_table_primary_keys
Retrieve primary key information for a database table to support schema analysis and code generation.
Instructions
Get primary key information 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 |