Home » 
        MCQs » 
        DBMS MCQs » 
        DBMS Selection Operation in Query Processing MCQs
    
        
    ____ search involves scanning each record to determine whether it meets the given selection criteria
    
    
    
    5. ____ search involves scanning each record to determine whether it meets the given selection criteria.
    
        - Linear
- Cross
- Merge
- None
Answer: A) Linear
    Explanation:
    Linear search involves scanning each record to determine whether it meets the given selection criteria.