Home » 
        MCQs » 
        SQL MCQs » 
        SQL Pattern Matching MCQs
    
        
    LIKE clause can be used with –
    
    
    
    5. LIKE clause can be used with –
    
        - % operator
- _ operator
- NOT operator
- All of the above
Answer: D) All of the above
    Explanation:
    LIKE clause can be used with % , _ and NOT operators.