describe_table
Retrieve column definitions, data types, primary keys, and sample rows for any table in the e-commerce database. Inspect all tables at once or specify one to understand its structure.
Instructions
Get column definitions, data types, primary keys, and sample rows for one or all tables in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | No | Table name to inspect. Omit to describe all tables. |