DESCRIBE
DESCRIBE
Lists the columns in a stream or table along with their data type and other attributes.
DESCRIBE (stream_name|table_name);
DESCRIBE EXTENDED
Displays DESCRIBE information with additional runtime statistics, HPE Ezmeral Data Fabric Streams topic details, and the set of queries that populate the table or stream.
DESCRIBE [EXTENDED] (stream_name|table_name);