Home / CSE MCQs / DBMS MCQs :: Discussion

Discussion :: DBMS MCQs

  1. Create table employee (name varchar ,id integer) What type of statement is this ?
  2. A.
    DML
    B.
    DDL
    C.
    View
    D.
    Integrity constraint

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    DDL

    Data Definition language is the language which performs all the operation in defining structure of relation.


Be The First To Comment