describe_table
Retrieve column names, data types, and constraints for any Oracle table by specifying the table name.
Instructions
Describe the columns, data types and constraints of a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name to describe (e.g. EMPLOYEES or SCOTT.EMPLOYEES) |