Which command returns every column and its data type for a table?
DESCRIBE TABLE displays a table’s column metadata. Its output includes a type field giving the data type for each column.
DESCRIBE TABLE
type
Community Discussion