Answers for "show all column names in a table"

SQL
2

How to View column names of a table in SQL

DESCRIBE Table_Name;

OR 

DESC Table_Name;
Posted by: Guest on September-25-2020

Code answers related to "show all column names in a table"

Code answers related to "SQL"

Browse Popular Code Answers by Language