To obtain the structure of an Oracle table, the command to use is: . b) DESCRIBE . c) DESCRIBE STRUCTURE . d) DESC TABLE .
To obtain the structure of an Oracle table, the command to use is: . b) DESCRIBE . c) DESCRIBE STRUCTURE . d) DESC TABLE . Correct Answer TableName
DESCRIBE command is used to get the structure of the Oracle Table.