Home / CSE MCQs / SQL Server MCQs :: Discussion

Discussion :: SQL Server MCQs

  1. Which of the following SQL clauses is used to DELETE tuples from a database table ?
  2. A.
    DELETE
    B.
    REMOVE
    C.
    DROP
    D.
    CLEAR

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The SQL DELETE Query is used to delete the existing records from a table.


Be The First To Comment