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

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

ANSWER DOWNLOAD EXAMIANS APP