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

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

ANSWER DOWNLOAD EXAMIANS APP