Home » 
        MCQs » 
        SQLite MCQs
    
        
    Adding two strings and making a new one is done with the ____ operator
    
    
    
    136. Adding two strings and making a new one is done with the ____ operator.
    
        - |
- ||
- |||
- !!
Answer: B) ||
    Explanation:
    Adding two strings and making a new one is done with the || operator.