Change the default schema/database.
From SQLZOO
Change the default schema/database.
schema:gisq
In many engines several independant databases may exist. Often each user has his or her own database. This allows different users to use the same names for tables.
N/A. Access IS a single USER system.
\CONNECT template1 - scott
ALTER SESSION SET CURRENT_SCHEMA = haggis <SOURCE lang='sql' class='def e-sqlserver'>USE master
USE scottChange the default schema/database.