USE

USE#

Sets the current virtual database for the session. Subsequent statements that use unqualified object names resolve them within this database.

Syntax#

USE database name

Arguments#

database name

The virtual database to switch to.

Examples#

USE SalesDW;