Struktur tabel di SQL

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