Vidyalelo
Database · Q19

Managing Databases with Oracle

Programming · Database · question 19

Q19

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

A.
STRUCTURE [TableName].
B.
DESCRIBE [TableName].
Answer
C.
DESCRIBE STRUCTURE [TableName].
D.
DESC TABLE [TableName].

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board