Home » 
        MCQs » 
        DBMS MCQs » 
        DBMS Merge Join Algorithm MCQs
    
        
    We can perform a ___ join for some attribute values that are larger than the memory size
    
    
    
    4. We can perform a ___ join for some attribute values that are larger than the memory size.
    
        - Block nested-loop
 
        - Nested-loop
 
        - Loop
 
        - None
 
    
    Answer: A) Block nested-loop
    Explanation:
    We can perform a block nested-loop join for some attribute values that are larger than the memory size.