Home » 
        PL/SQL MCQs
    
        
    Which command is used in order to raise an exception explicitly?
    
    
    
    114. Which command is used in order to raise an exception explicitly?
    
        - RISE
 
        - ROSE
 
        - RAISE
 
        - RINSE
 
    
    Answer: C) RAISE
    Explanation:
    With the help of RAISE command, one can easily raise an exception explicitly.