Describe one Oracle table
describe_tableRetrieve column names, data types, and nullability for one Oracle table to inspect its schema and confirm structure.
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". |