ReferenceSQL StatementsTable and ViewsTableSHOW COLUMNSOn this pageSHOW COLUMNSDescriptionβ This statement is used to specify the column information of the table grammar: SHOW [FULL] COLUMNS FROM tbl; Examplesβ View the column information of the specified table SHOW FULL COLUMNS FROM tbl; Keywordsβ SHOW, COLUMNS Best Practiceβ