(SQL Server/Sybase ASE) USE dbname (MySQL/NuoDB) USE schema (Teradata) DATABASE dbname (DB2) SET SCHEMA schema (Oracle) ALTER SESSION SET current_schema = "schema" (PostgreSQL) SET search_path TO "schema"