Home » 
        MCQs » 
        Oracle MCQs » 
        Oracle Inner, Outer, Equi, and Self Joins MCQs
    
        
    Similar to an ____ join, an outer join also matches rows that aren't matched in the table
    
    
    
    3. Similar to an ____ join, an outer join also matches rows that aren't matched in the table.
    
        - Equi
- Inner
- Anti
- None
Answer: A) Equi
    Explanation:
    Similar to an equijoin, an outer join also matches rows that aren't matched in the table.