Describe a table
describe_tableRetrieve column names and data types for any table or view. Use this to understand the schema before writing SQL queries.
Instructions
Return the column names and data types for a given table or view. Use this to learn the schema before writing a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or view name, e.g. 'dms_customer' |