ReferenceSQL StatementsShowSHOW-COLUMNSOn this pageSHOW-COLUMNSSHOW-COLUMNS Name SHOW FULL COLUMNS Description This statement is used to specify the column information of the table grammar: SHOW [FULL] COLUMNS FROM tbl; Example View the column information of the specified table SHOW FULL COLUMNS FROM tbl; Keywords SHOW, COLUMNS Best Practice