0 votes
in Oracle by

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

(a) STRUCTURE [TableName].

(b) DESCRIBE [TableName].

(c) DESCRIBE STRUCTURE [TableName].

(d) DESC TABLE [TableName].

1 Answer

0 votes
by

Correct option is (b) DESCRIBE [TableName].

To explain I would say: DESCRIBE command is used to get the structure of the Oracle Table.

Related questions

0 votes
asked Mar 23, 2023 in Oracle by john ganales
0 votes
asked Nov 25, 2021 in Oracle by DavidAnderson
...