--The basic statement: SHOW COLUMNS FROM <table name>; --Abbreviated with DESCRIBE(same use as above): DESC <table name>;