sql show column name code example Example: How to View column names of a table in SQL DESCRIBE Table_Name; OR DESC Table_Name;