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

Discussion :: Database System 2 - CS

  1. After a table has been created, its structure can be modified using the SQL command:

  2. A.

     UPDATE TABLE [TableName].

    B.

     MODIFY TABLE [TableName].

    C.

     ALTER TABLE [TableName].

    D.

     CHANGE TABLE [TableName].

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment