Do all databases use the USE statement to switch databases?
        Posted  
        
            by thearchitect
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by thearchitect
        
        
        
        Published on 2010-04-16T10:43:35Z
        Indexed on 
            2010/04/16
            11:03 UTC
        
        
        Read the original article
        Hit count: 275
        
MySQL uses the USE database_name to change the active database. Does that work on all databases?
EDIT: By databases I mean DBMS. Thanks for bringing it to my attention.
© Stack Overflow or respective owner