Managing Databases with Oracle
To obtain the structure of an Oracle table, the command to use is:

STRUCTURE [TableName].
DESC TABLE [TableName].
DESCRIBE [TableName].
DESCRIBE STRUCTURE [TableName].

ANSWER DOWNLOAD EXAMIANS APP