Google News
logo
Oracle - Quiz(MCQ)
Which of the following command is used to obtain the structure of an Oracle table?
A)
STRUCTURE [TableName].
B)
DESCRIBE [TableName].
C)
DESC TABLE [TableName].
D)
DESCRIBE STRUCTURE [TableName].

Correct Answer :   DESCRIBE [TableName].


Explanation : DESCRIBE command is used to get the structure of the Oracle Table.

Advertisement