Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

How to View column names of a table in SQL

DESCRIBE Table_Name;

OR 

DESC Table_Name;
 
PREVIOUS NEXT
Tagged: #How #View #column #names #table #SQL
ADD COMMENT
Topic
Name
3+7 =