Home / CSE MCQs / Oracle Database MCQs :: Discussion

Discussion :: Oracle Database MCQs

  1. In SQL, which of the following is not a data definition language commands?
  2. A.
    RENAME
    B.
    REVOKE
    C.
    GRANT
    D.
    UPDATE

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    With RENAME statement you can rename a table.RENAME, REVOKE and GRANT are DDL commands and UPDATE is DML command.


Be The First To Comment