get_table_constraints
Retrieve primary keys, foreign keys, unique, and check constraints for Oracle database tables to understand table relationships and enforce data integrity.
Instructions
Get constraints (primary keys, foreign keys, unique, check) for a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name | |
| schema | No | Schema name (optional, searches all accessible schemas if not specified) |