Answers for "query to get column names of a table in oracle"

SQL
2

column names in oracle sql

DESCRIBE Table_Name;

OR 

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

Code answers related to "query to get column names of a table in oracle"

Code answers related to "SQL"

Browse Popular Code Answers by Language