describe_table
Retrieve column definitions, data types, and schema details for a specified Oracle table to understand its structure before writing queries or migrations.
Instructions
Get a description of a table in the oracle database"
Args:
table_name (string): The name of the table to describe
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |