Home / CSE MCQs / SQL Server MCQs :: Discussion

Discussion :: SQL Server MCQs

  1. DML triggers in SQL Server is applicable to :
  2. A.
    Insert
    B.
    Update
    C.
    Delete
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    In SQL Server we can create triggers on DML statements (like INSERT, UPDATE, and DELETE) and stored procedures that perform DML-like operations.


Be The First To Comment