Home » 
        PL/SQL MCQs
    
        
    Which of the following is TRUE about PL/SQL Trigger?
    
    
    
    95. Which of the following is TRUE about PL/SQL Trigger?
    
        - When certain conditions are met, a trigger stored in a database is triggered.
- A trigger is an application that executes or fires automatically when a certain event occurs.
- Both A. and B.
- None of the above
Answer: C) Both A. and B.
    Explanation:
    The following points are TRUE about PL/SQL Trigger –
    
        - When certain conditions are met, a trigger stored in a database is triggered.
- A trigger is an application that executes or fires automatically when a certain event occurs.