Home / CSE / Database System 2 - CS :: Discussion

Discussion :: Database System 2 - CS

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

  2. A.

     STRUCTURE [TableName].

    B.

     DESCRIBE [TableName].

    C.

     DESCRIBE STRUCTURE [TableName].

    D.

     DESC TABLE [TableName].

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment