Describe one Oracle table
describe_tableGet column names, data types, and nullability for a specific Oracle table. Specify the exact table name to inspect its schema, helping you understand table structure for queries.
Instructions
Returns column names, data types, and nullability for exactly one table. Call this only for tables relevant to the question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | Schema owner. Defaults to the connected user. | |
| tableName | Yes | Exact table name, for example "EMPLOYEES". |