1.

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].The question was posed to me in class test.My query is from DCL,TCL Command in section SQL Basics of Oracle

Answer»

Correct option is (b) DESCRIBE [TableName].

To explain I WOULD SAY: DESCRIBE command is used to get the STRUCTURE of the Oracle Table.



Discussion

No Comment Found

Related InterviewSolutions