Home » 
        MCQs » 
        Oracle MCQs » 
        Oracle Trigger MCQs
    
        
    In Oracle BEFORE INSERT/UPDATE/DELETE trigger statement, Oracle specifies that the trigger will be fired BEFORE _____ operations are executed
    
    
    
    6. In Oracle BEFORE INSERT/UPDATE/DELETE trigger statement, Oracle specifies that the trigger will be fired BEFORE _____ operations are executed.
    
        - INSERT
 
        - UPDATE
 
        - DELETE
 
        - All of the above
 
    
    Answer: D) All of the above
    Explanation:
    In Oracle BEFORE INSERT/UPDATE/DELETE trigger statement, Oracle specifies that the trigger will be fired BEFORE INSERT, UPDATE, or DELETE operations are executed.