Home » 
        PL/SQL MCQs
    
        
    Which keyword is used to query the table in the same trigger?
    
    
    
    106. Which keyword is used to query the table in the same trigger?
    
        - BEFORE
 
        - AFTER
 
        - SAME
 
        - EXACT
 
    
    Answer: B) AFTER
    Explanation:
    AFTER keyword is used to query the table in the same trigger.