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