Managing Databases with Oracle - Technical MCQs

Q1:

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].

ANS:B - DESCRIBE [TableName].

No answer description is available