Skip to main content
Lists the contained tables and views of a given schema.
DESCRIBE SCHEMA Syntax

Parameters

SCHEMA

Optional clause to avoid ambiguity; if omitted, and a table or view exists with the given name, the command will be interpreted as a DESCRIBE TABLE statement instead

<schema name>

Name of the schema whose contained tables & views will be listed

Examples

To describe the tables contained in the demo schema, into which demo data is usually downloaded:
DESCRIBE SCHEMA Example
DESCRIBE SCHEMA Output