Skip to main content
Lists the contained tables and views of a given schema, or lists the columns and column types & properties for a given table or view.
DESCRIBE Schema Syntax
DESCRIBE Table Syntax

Examples

To describe the tables contained in the demo schema, into which demo data is usually downloaded:
DESCRIBE Schema Example
DESCRIBE Schema Output
To describe the example table created in the CREATE TABLE section:
DESCRIBE Table Example
DESCRIBE Table Output