Skip to main content
DESCRIBE is a shortcut for SHOW COLUMNS.
DESCRIBE also lists the indexes on a table or materialized view, whereas SHOW COLUMNS doesn’t.

Syntax

Parameters

Examples

After creating the table, columns, and indexes, as well as adding comments to each of them, we can use the DESCRIBE command to see all the information in a structured format.