QuestionQ118

Load and leverage structured, semi-structured, and unstructured data

Which command returns every column and its data type for a table?

Explanation

DESCRIBE TABLE displays a table’s column metadata. Its output includes a type field giving the data type for each column.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!