SQL Query untuk Mengembalikan Nama Bidang Tabel

select COLUMN_NAME from INFORMATION_SCHEMA.COLUMNS 
where TABLE_NAME = 'tablename'
Code with bulbul