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

To obtain the structure of an Oracle table, the command to use is:
DESCRIBE [TableName].
Well Done. Your Answer is Correct Keep it Up!
STRUCTURE [TableName].
DESCRIBE STRUCTURE [TableName].
DESC TABLE [TableName].

Leave a Reply

Your email address will not be published. Required fields are marked *