Home / CSE / SQL Basics :: Discussion

Discussion :: SQL Basics

  1. Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

  2. A.

     Data Definition Language(DDL)

    B.

     Data Manipulation Language(DML)

    C.

     Both of above

    D.

     None

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The Data Definition Language (DDL) is used to manage table and index structure.
    CREATE, ALTER, RENAME, DROP and TRUNCATE statements are the names of few data definition elements.


Be The First To Comment