Home » 
        PL/SQL MCQs
    
        
    In the absence of a condition, the ELSE part of the ____ statement will be executed
    
    
    
    35. In the absence of a condition, the ELSE part of the ____ statement will be executed.
    
        - IF-THEN-ELSE statement
 
        - IF-THEN-ELSIF statement
 
        - IF-THEN-ELSIF-ELSE statement
 
        - None of the above
 
    
    Answer: A) IF-THEN-ELSE statement
    Explanation:
    In the absence of a condition, the ELSE part of the IF-THEN-ELSE statement will be executed.