DESCRIBE SCHEMA Syntax
Parameters
SCHEMA
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>
<schema name>
Name of the schema whose contained tables & views will be listed
Examples
To describe the tables contained in thedemo schema, into
which demo data is usually downloaded:
DESCRIBE SCHEMA Example
DESCRIBE SCHEMA Output