SQL View Talbe Columns

DESCRIBE table_name; /* List all columns of a database's table*/
Armandres