Home / CSE MCQs / DBMS MCQs :: Discussion

Discussion :: DBMS MCQs

  1. To include integrity constraint in a existing relation use :
  2. A.
    Create table
    B.
    Modify table
    C.
    Alter table

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Alter table

    SYNTAX “ alter table table-name add constraint , where constraint can be any constraint on the relation.


Be The First To Comment