describe_table
Retrieve table structure details including columns, data types, and constraints from Oracle databases to understand database schema organization.
Instructions
Get table structure including columns, data types, and constraints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name | |
| schema | No | Schema name (optional, searches all accessible schemas if not specified) |