Структура таблицы в SQL

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