describe-table
describe-tableRetrieve the full schema, columns, and data types of any table in a Firebird database. Useful for understanding table structure before queries.
Instructions
Gets the detailed schema (columns, types, etc.) of a specific table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the table to describe |