Structure de table dans SQL

select * from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='<Table Name>'
Itchy Impala